#762F21

Color #762F21 Pueblo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pueblo #762F21

Tints of Pueblo #762F21

Color information

#762F21 (or 0x762F21) is unknown color: approx Pueblo. HEX triplet: 76, 2F and 21. RGB value is (118,47,33). Sum of RGB (Red+Green+Blue) = 118+47+33=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #762F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F21 is #89D0DE. Grayscale: #424242. Windows color (decimal): -9031903 or 2174838. OLE color: 2174838.

HSL color Cylindrical-coordinate representation of color #762F21: hue angle of 9.88º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762F21 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1184733-
CMYK00.600.720.54
HSL9.88º56.29%29.61%-
HSV(B)9.88º72.03%46.27%-
XYZ8.765.992.13-
YUV66.63109.02164.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 47 (18.75% from 255) = 23.74%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=59.60%
G=23.74%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118473300.600.720.549.8856.2929.61
Hex762F2103C4836a381e
Octal166574107411066127036
Binary111011010111110000101111001001000110110101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #762F21;
 }
 .AnyTagClassName
 {
   color: #762F21;
 }
</style>
background-color css

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

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

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

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

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

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