Html Css Color HEX #773124 Pueblo

📋 copy color: '#773124'

red 119 ◦ green 49 ◦ blue 36

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

Shades of Pueblo #773124

Tints of Pueblo #773124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

 BLUE value IS 36 (14.45% from 255) = 17.65%

R = 58.33%
G = 24.02%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#773124 (or 0x773124) is known color: Pueblo. HEX triplet: 77, 31 and 24. RGB value is (119,49,36). Sum of RGB (Red+Green+Blue) = 119+49+36=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773124 is #88CEDB. Grayscale: #444444. Windows color (decimal): -8965852 or 2371959. OLE color: 2371959.

HSL color Cylindrical-coordinate representation of color #773124: hue angle of 9.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773124 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 49 36 -
CMYK 0 0.59 0.70 0.53
HSL 9.4º 0.54% 0.3% -
HSV(B) 9.4º 0.7% 0.47% -
XYZ 9.02 6.25 2.4 -
YUV 68.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 119 49 36 0 0.59 0.70 0.53 9.4 0.54 0.3
Hex 77 31 24 0 3B 46 35 9 36 1E
Octal 167 61 44 0 73 106 65 11 66 36
Binary 1110111 110001 100100 0 111011 1000110 110101 1001 110110 11110

Color Harmonies of #773124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773124

Black with #773124

Text Example


Text Example

White with #773124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773124; }

 p { color: rgb(119,49,36); }

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

background-color css

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

 a { background-color: rgb(119,49,36); }

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

border-color css

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

 span { border-color: rgb(119,49,36); }

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