Html Css Color HEX #772F21 Pueblo

📋 copy color: '#772F21'

red 119 ◦ green 47 ◦ blue 33

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

Shades of Pueblo #772F21

Tints of Pueblo #772F21

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 33 (13.28% from 255) = 16.58%

R = 59.8%
G = 23.62%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#772F21 (or 0x772F21) is known color: Pueblo. HEX triplet: 77, 2F and 21. RGB value is (119,47,33). Sum of RGB (Red+Green+Blue) = 119+47+33=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #772F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772F21 is #88D0DE. Grayscale: #434343. Windows color (decimal): -8966367 or 2174839. OLE color: 2174839.

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

Color convert

RGB 119 47 33 -
CMYK 0 0.61 0.72 0.53
HSL 9.77º 0.57% 0.3% -
HSV(B) 9.77º 0.72% 0.47% -
XYZ 8.9 6.06 2.14 -
YUV 66.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 119 47 33 0 0.61 0.72 0.53 9.77 0.57 0.3
Hex 77 2F 21 0 3D 48 35 A 39 1E
Octal 167 57 41 0 75 110 65 12 71 36
Binary 1110111 101111 100001 0 111101 1001000 110101 1010 111001 11110

Color Harmonies of #772F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772F21

Black with #772F21

Text Example


Text Example

White with #772F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,33); }

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

background-color css

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

 a { background-color: rgb(119,47,33); }

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

border-color css

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

 span { border-color: rgb(119,47,33); }

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