Html Css Color HEX #772F18 Pueblo

📋 copy color: '#772F18'

red 119 ◦ green 47 ◦ blue 24

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

Shades of Pueblo #772F18

Tints of Pueblo #772F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 24 (9.77% from 255) = 12.63%

R = 62.63%
G = 24.74%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#772F18 (or 0x772F18) is known color: Pueblo. HEX triplet: 77, 2F and 18. RGB value is (119,47,24). Sum of RGB (Red+Green+Blue) = 119+47+24=190 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.63% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 119 - color contains mainly: red. Hex color #772F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F18 is #88D0E7. Grayscale: #424242. Windows color (decimal): -8966376 or 1585015. OLE color: 1585015.

HSL color Cylindrical-coordinate representation of color #772F18: hue angle of 14.53º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #772F18 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 47 24 -
CMYK 0 0.61 0.80 0.53
HSL 14.53º 0.66% 0.28% -
HSV(B) 14.53º 0.8% 0.47% -
XYZ 8.79 6.02 1.56 -
YUV 65.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 119 47 24 0 0.61 0.80 0.53 14.53 0.66 0.28
Hex 77 2F 18 0 3D 50 35 F 42 1C
Octal 167 57 30 0 75 120 65 17 102 34
Binary 1110111 101111 11000 0 111101 1010000 110101 1111 1000010 11100

Color Harmonies of #772F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F18

Black with #772F18

Text Example


Text Example

White with #772F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,24); }

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

background-color css

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

 a { background-color: rgb(119,47,24); }

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

border-color css

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

 span { border-color: rgb(119,47,24); }

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