Html Css Color HEX #772C19 Pueblo

📋 copy color: '#772C19'

red 119 ◦ green 44 ◦ blue 25

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

Shades of Pueblo #772C19

Tints of Pueblo #772C19

RGB

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

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

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

R = 63.3%
G = 23.4%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#772C19 (or 0x772C19) is known color: Pueblo. HEX triplet: 77, 2C and 19. RGB value is (119,44,25). Sum of RGB (Red+Green+Blue) = 119+44+25=188 (24% of max value = 765). Red value is 119 (46.88% from 255 or 63.30% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 119 - color contains mainly: red. Hex color #772C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772C19 is #88D3E6. Grayscale: #404040. Windows color (decimal): -8967143 or 1649783. OLE color: 1649783.

HSL color Cylindrical-coordinate representation of color #772C19: hue angle of 12.13º 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 #772C19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 44 25 -
CMYK 0 0.63 0.79 0.53
HSL 12.13º 0.65% 0.28% -
HSV(B) 12.13º 0.79% 0.47% -
XYZ 8.68 5.79 1.58 -
YUV 64.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 119 44 25 0 0.63 0.79 0.53 12.13 0.65 0.28
Hex 77 2C 19 0 3F 4F 35 C 41 1C
Octal 167 54 31 0 77 117 65 14 101 34
Binary 1110111 101100 11001 0 111111 1001111 110101 1100 1000001 11100

Color Harmonies of #772C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C19

Black with #772C19

Text Example


Text Example

White with #772C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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