#762C15

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

Shades of Pueblo #762C15

Tints of Pueblo #762C15

Color information

#762C15 (or 0x762C15) is unknown color: approx Pueblo. HEX triplet: 76, 2C and 15. RGB value is (118,44,21). Sum of RGB (Red+Green+Blue) = 118+44+21=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762C15 is #89D3EA. Grayscale: #3F3F3F. Windows color (decimal): -9032683 or 1387638. OLE color: 1387638.

HSL color Cylindrical-coordinate representation of color #762C15: hue angle of 14.23º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762C15 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1184421-
CMYK00.630.820.54
HSL14.23º69.78%27.25%-
HSV(B)14.23º82.2%46.27%-
XYZ8.515.711.36-
YUV63.5104.02166.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 21 (8.59% from 255) = 11.48%
R=64.48%
G=24.04%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118442100.630.820.5414.2369.7827.25
Hex762C1503F5236e461b
Octal1665425077122661610633
Binary111011010110010101011111110100101101101110100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,44,21); }

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

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

 a { background-color: rgb(118,44,21); }

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

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

 span { border-color: rgb(118,44,21); }

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