Html Css Color HEX #772C21 Pueblo

📋 copy color: '#772C21'

red 119 ◦ green 44 ◦ blue 33

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

Shades of Pueblo #772C21

Tints of Pueblo #772C21

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

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

R = 60.71%
G = 22.45%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#772C21 (or 0x772C21) is known color: Pueblo. HEX triplet: 77, 2C and 21. RGB value is (119,44,33). Sum of RGB (Red+Green+Blue) = 119+44+33=196 (25% of max value = 765). Red value is 119 (46.88% from 255 or 60.71% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 119 - color contains mainly: red. Hex color #772C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C21 is #88D3DE. Grayscale: #414141. Windows color (decimal): -8967135 or 2174071. OLE color: 2174071.

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

Color convert

RGB 119 44 33 -
CMYK 0 0.63 0.72 0.53
HSL 7.67º 0.57% 0.3% -
HSV(B) 7.67º 0.72% 0.47% -
XYZ 8.78 5.83 2.1 -
YUV 65.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 119 44 33 0 0.63 0.72 0.53 7.67 0.57 0.3
Hex 77 2C 21 0 3F 48 35 8 39 1E
Octal 167 54 41 0 77 110 65 10 71 36
Binary 1110111 101100 100001 0 111111 1001000 110101 1000 111001 11110

Color Harmonies of #772C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C21

Black with #772C21

Text Example


Text Example

White with #772C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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