Html Css Color HEX #772D22 Pueblo

📋 copy color: '#772D22'

red 119 ◦ green 45 ◦ blue 34

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

Shades of Pueblo #772D22

Tints of Pueblo #772D22

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.73%

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

R = 60.1%
G = 22.73%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#772D22 (or 0x772D22) is known color: Pueblo. HEX triplet: 77, 2D and 22. RGB value is (119,45,34). Sum of RGB (Red+Green+Blue) = 119+45+34=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #772D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D22 is #88D2DD. Grayscale: #414141. Windows color (decimal): -8966878 or 2239863. OLE color: 2239863.

HSL color Cylindrical-coordinate representation of color #772D22: hue angle of 7.76º 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 #772D22 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 45 34 -
CMYK 0 0.62 0.71 0.53
HSL 7.76º 0.56% 0.3% -
HSV(B) 7.76º 0.71% 0.47% -
XYZ 8.83 5.91 2.19 -
YUV 65.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 119 45 34 0 0.62 0.71 0.53 7.76 0.56 0.3
Hex 77 2D 22 0 3E 47 35 8 38 1E
Octal 167 55 42 0 76 107 65 10 70 36
Binary 1110111 101101 100010 0 111110 1000111 110101 1000 111000 11110

Color Harmonies of #772D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D22

Black with #772D22

Text Example


Text Example

White with #772D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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