Html Css Color HEX #772819 Pueblo

📋 copy color: '#772819'

red 119 ◦ green 40 ◦ blue 25

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

Shades of Pueblo #772819

Tints of Pueblo #772819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 21.74%

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

R = 64.67%
G = 21.74%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.53

RGB Variations

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

Color information

#772819 (or 0x772819) is known color: Pueblo. HEX triplet: 77, 28 and 19. RGB value is (119,40,25). Sum of RGB (Red+Green+Blue) = 119+40+25=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #772819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772819 is #88D7E6. Grayscale: #3E3E3E. Windows color (decimal): -8968167 or 1648759. OLE color: 1648759.

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

Color convert

RGB 119 40 25 -
CMYK 0 0.66 0.79 0.53
HSL 9.57º 0.65% 0.28% -
HSV(B) 9.57º 0.79% 0.47% -
XYZ 8.54 5.51 1.53 -
YUV 61.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 119 40 25 0 0.66 0.79 0.53 9.57 0.65 0.28
Hex 77 28 19 0 42 4F 35 A 41 1C
Octal 167 50 31 0 102 117 65 12 101 34
Binary 1110111 101000 11001 0 1000010 1001111 110101 1010 1000001 11100

Color Harmonies of #772819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772819

Black with #772819

Text Example


Text Example

White with #772819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772819; }

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

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

background-color css

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

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

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

border-color css

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

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

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