Html Css Color HEX #772A12 Pueblo

📋 copy color: '#772A12'

red 119 ◦ green 42 ◦ blue 18

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

Shades of Pueblo #772A12

Tints of Pueblo #772A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.46%

 BLUE value IS 18 (7.42% from 255) = 10.06%

R = 66.48%
G = 23.46%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#772A12 (or 0x772A12) is known color: Pueblo. HEX triplet: 77, 2A and 12. RGB value is (119,42,18). Sum of RGB (Red+Green+Blue) = 119+42+18=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 42 (16.80% from 255 or 23.46% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #772A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772A12 is #88D5ED. Grayscale: #3E3E3E. Windows color (decimal): -8967662 or 1190519. OLE color: 1190519.

HSL color Cylindrical-coordinate representation of color #772A12: hue angle of 14.26º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #772A12 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 42 18 -
CMYK 0 0.65 0.85 0.53
HSL 14.26º 0.74% 0.27% -
HSV(B) 14.26º 0.85% 0.47% -
XYZ 8.54 5.62 1.21 -
YUV 62.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 119 42 18 0 0.65 0.85 0.53 14.26 0.74 0.27
Hex 77 2A 12 0 41 55 35 E 4A 1B
Octal 167 52 22 0 101 125 65 16 112 33
Binary 1110111 101010 10010 0 1000001 1010101 110101 1110 1001010 11011

Color Harmonies of #772A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772A12

Black with #772A12

Text Example


Text Example

White with #772A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,42,18); }

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

background-color css

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

 a { background-color: rgb(119,42,18); }

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

border-color css

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

 span { border-color: rgb(119,42,18); }

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