Html Css Color HEX #772F19 Pueblo

📋 copy color: '#772F19'

red 119 ◦ green 47 ◦ blue 25

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

Shades of Pueblo #772F19

Tints of Pueblo #772F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 13.09%

R = 62.3%
G = 24.61%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#772F19 (or 0x772F19) is known color: Pueblo. HEX triplet: 77, 2F and 19. RGB value is (119,47,25). Sum of RGB (Red+Green+Blue) = 119+47+25=191 (25% of max value = 765). Red value is 119 (46.88% from 255 or 62.30% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 25 (10.16% from 255 or 13.09% from 191); Max value from RGB is 119 - color contains mainly: red. Hex color #772F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772F19 is #88D0E6. Grayscale: #424242. Windows color (decimal): -8966375 or 1650551. OLE color: 1650551.

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

Color convert

RGB 119 47 25 -
CMYK 0 0.61 0.79 0.53
HSL 14.04º 0.65% 0.28% -
HSV(B) 14.04º 0.79% 0.47% -
XYZ 8.8 6.03 1.62 -
YUV 66.02 104.85 165.79 -
System Red Green Blue C M Y K H S L
Decimal 119 47 25 0 0.61 0.79 0.53 14.04 0.65 0.28
Hex 77 2F 19 0 3D 4F 35 E 41 1C
Octal 167 57 31 0 75 117 65 16 101 34
Binary 1110111 101111 11001 0 111101 1001111 110101 1110 1000001 11100

Color Harmonies of #772F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F19

Black with #772F19

Text Example


Text Example

White with #772F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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