Html Css Color HEX #773222 Pueblo

📋 copy color: '#773222'

red 119 ◦ green 50 ◦ blue 34

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

Shades of Pueblo #773222

Tints of Pueblo #773222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.63%

 BLUE value IS 34 (13.67% from 255) = 16.75%

R = 58.62%
G = 24.63%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#773222 (or 0x773222) is known color: Pueblo. HEX triplet: 77, 32 and 22. RGB value is (119,50,34). Sum of RGB (Red+Green+Blue) = 119+50+34=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #773222 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773222 is #88CDDD. Grayscale: #444444. Windows color (decimal): -8965598 or 2241143. OLE color: 2241143.

HSL color Cylindrical-coordinate representation of color #773222: hue angle of 11.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #773222 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 50 34 -
CMYK 0 0.58 0.71 0.53
HSL 11.29º 0.56% 0.3% -
HSV(B) 11.29º 0.71% 0.47% -
XYZ 9.04 6.32 2.26 -
YUV 68.81 108.36 163.8 -
System Red Green Blue C M Y K H S L
Decimal 119 50 34 0 0.58 0.71 0.53 11.29 0.56 0.3
Hex 77 32 22 0 3A 47 35 B 38 1E
Octal 167 62 42 0 72 107 65 13 70 36
Binary 1110111 110010 100010 0 111010 1000111 110101 1011 111000 11110

Color Harmonies of #773222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773222

Black with #773222

Text Example


Text Example

White with #773222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773222; }

 p { color: rgb(119,50,34); }

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

background-color css

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

 a { background-color: rgb(119,50,34); }

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

border-color css

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

 span { border-color: rgb(119,50,34); }

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