Html Css Color HEX #772818 Pueblo

📋 copy color: '#772818'

red 119 ◦ green 40 ◦ blue 24

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

Shades of Pueblo #772818

Tints of Pueblo #772818

RGB

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

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

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

R = 65.03%
G = 21.86%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#772818 (or 0x772818) is known color: Pueblo. HEX triplet: 77, 28 and 18. RGB value is (119,40,24). Sum of RGB (Red+Green+Blue) = 119+40+24=183 (24% of max value = 765). Red value is 119 (46.88% from 255 or 65.03% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 119 - color contains mainly: red. Hex color #772818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #772818 is #88D7E7. Grayscale: #3D3D3D. Windows color (decimal): -8968168 or 1583223. OLE color: 1583223.

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

Color convert

RGB 119 40 24 -
CMYK 0 0.66 0.80 0.53
HSL 10.11º 0.66% 0.28% -
HSV(B) 10.11º 0.8% 0.47% -
XYZ 8.53 5.51 1.48 -
YUV 61.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 119 40 24 0 0.66 0.80 0.53 10.11 0.66 0.28
Hex 77 28 18 0 42 50 35 A 42 1C
Octal 167 50 30 0 102 120 65 12 102 34
Binary 1110111 101000 11000 0 1000010 1010000 110101 1010 1000010 11100

Color Harmonies of #772818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772818

Black with #772818

Text Example


Text Example

White with #772818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772818; }

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

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

background-color css

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

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

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

border-color css

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

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

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