#762D21

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

Shades of Pueblo #762D21

Tints of Pueblo #762D21

Color information

#762D21 (or 0x762D21) is unknown color: approx Pueblo. HEX triplet: 76, 2D and 21. RGB value is (118,45,33). Sum of RGB (Red+Green+Blue) = 118+45+33=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #762D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D21 is #89D2DE. Grayscale: #414141. Windows color (decimal): -9032415 or 2174326. OLE color: 2174326.

HSL color Cylindrical-coordinate representation of color #762D21: hue angle of 8.47º 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 #762D21 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1184533-
CMYK00.620.720.54
HSL8.47º56.29%29.61%-
HSV(B)8.47º72.03%46.27%-
XYZ8.685.842.11-
YUV65.46109.68165.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 45 (17.97% from 255) = 22.96%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=60.20%
G=22.96%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118453300.620.720.548.4756.2929.61
Hex762D2103E48368381e
Octal166554107611066107036
Binary111011010110110000101111101001000110110100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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