Html Css Color HEX #773424 Pueblo

📋 copy color: '#773424'

red 119 ◦ green 52 ◦ blue 36

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

Shades of Pueblo #773424

Tints of Pueblo #773424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 57.49%
G = 25.12%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#773424 (or 0x773424) is known color: Pueblo. HEX triplet: 77, 34 and 24. RGB value is (119,52,36). Sum of RGB (Red+Green+Blue) = 119+52+36=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #773424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773424 is #88CBDB. Grayscale: #464646. Windows color (decimal): -8965084 or 2372727. OLE color: 2372727.

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

Color convert

RGB 119 52 36 -
CMYK 0 0.56 0.70 0.53
HSL 11.57º 0.54% 0.3% -
HSV(B) 11.57º 0.7% 0.47% -
XYZ 9.15 6.51 2.44 -
YUV 70.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 119 52 36 0 0.56 0.70 0.53 11.57 0.54 0.3
Hex 77 34 24 0 38 46 35 C 36 1E
Octal 167 64 44 0 70 106 65 14 66 36
Binary 1110111 110100 100100 0 111000 1000110 110101 1100 110110 11110

Color Harmonies of #773424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773424

Black with #773424

Text Example


Text Example

White with #773424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773424; }

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

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

background-color css

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

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

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

border-color css

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

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

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