Html Css Color HEX #772E20 Pueblo

📋 copy color: '#772E20'

red 119 ◦ green 46 ◦ blue 32

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

Shades of Pueblo #772E20

Tints of Pueblo #772E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.35%

 BLUE value IS 32 (12.89% from 255) = 16.24%

R = 60.41%
G = 23.35%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#772E20 (or 0x772E20) is known color: Pueblo. HEX triplet: 77, 2E and 20. RGB value is (119,46,32). Sum of RGB (Red+Green+Blue) = 119+46+32=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 46 (18.36% from 255 or 23.35% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #772E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E20 is #88D1DF. Grayscale: #424242. Windows color (decimal): -8966624 or 2109047. OLE color: 2109047.

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

Color convert

RGB 119 46 32 -
CMYK 0 0.61 0.73 0.53
HSL 9.66º 0.58% 0.3% -
HSV(B) 9.66º 0.73% 0.47% -
XYZ 8.85 5.98 2.05 -
YUV 66.23 108.68 165.64 -
System Red Green Blue C M Y K H S L
Decimal 119 46 32 0 0.61 0.73 0.53 9.66 0.58 0.3
Hex 77 2E 20 0 3D 49 35 A 3A 1E
Octal 167 56 40 0 75 111 65 12 72 36
Binary 1110111 101110 100000 0 111101 1001001 110101 1010 111010 11110

Color Harmonies of #772E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772E20

Black with #772E20

Text Example


Text Example

White with #772E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,46,32); }

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

background-color css

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

 a { background-color: rgb(119,46,32); }

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

border-color css

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

 span { border-color: rgb(119,46,32); }

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