Html Css Color HEX #772C1C Pueblo

📋 copy color: '#772C1C'

red 119 ◦ green 44 ◦ blue 28

#772C1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pueblo #772C1C

Tints of Pueblo #772C1C

RGB

 RED value IS 119 (46.88% from 255) = 62.3%

 GREEN value IS 44 (17.58% from 255) = 23.04%

 BLUE value IS 28 (11.33% from 255) = 14.66%

R = 62.3%
G = 23.04%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#772C1C (or 0x772C1C) is known color: Pueblo. HEX triplet: 77, 2C and 1C. RGB value is (119,44,28). Sum of RGB (Red+Green+Blue) = 119+44+28=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 28 (11.33% from 255 or 14.66% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C1C is #88D3E3. Grayscale: #404040. Windows color (decimal): -8967140 or 1846391. OLE color: 1846391.

HSL color Cylindrical-coordinate representation of color #772C1C: hue angle of 10.55º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772C1C is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 28 -
CMYK 0 0.63 0.76 0.53
HSL 10.55º 0.62% 0.29% -
HSV(B) 10.55º 0.76% 0.47% -
XYZ 8.72 5.81 1.76 -
YUV 64.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 119 44 28 0 0.63 0.76 0.53 10.55 0.62 0.29
Hex 77 2C 1C 0 3F 4C 35 B 3E 1D
Octal 167 54 34 0 77 114 65 13 76 35
Binary 1110111 101100 11100 0 111111 1001100 110101 1011 111110 11101

Color Harmonies of #772C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C1C

Black with #772C1C

Text Example


Text Example

White with #772C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C1C; }

 p { color: rgb(119,44,28); }

 H1.HeaderClassName
 {
   color: #772C1C;
 }
 .AnyTagClassName
 {
   color: #772C1C;
 }
</style>

background-color css

<style>
 a { background-color: #772C1C; }

 a { background-color: rgb(119,44,28); }

 div.DivClassName
 {
   background-color: #772C1C;
 }
 .BgClassName
 {
   background-color: #772C1C;
 }
</style>

border-color css

<style>
 span { border-color: #772C1C; }

 span { border-color: rgb(119,44,28); }

 td.TdClassName
 {
   border-color: #772C1C;
 }
 .TagClassName
 {
   border-color: #772C1C;
 }
</style>