#762815

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

Shades of Pueblo #762815

Tints of Pueblo #762815

Color information

#762815 (or 0x762815) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 15. RGB value is (118,40,21). Sum of RGB (Red+Green+Blue) = 118+40+21=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #762815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762815 is #89D7EA. Grayscale: #3D3D3D. Windows color (decimal): -9033707 or 1386614. OLE color: 1386614.

HSL color Cylindrical-coordinate representation of color #762815: hue angle of 11.75º 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 #762815 is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1184021-
CMYK00.660.820.54
HSL11.75º69.78%27.25%-
HSV(B)11.75º82.2%46.27%-
XYZ8.375.421.32-
YUV61.16105.34168.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 21 (8.59% from 255) = 11.73%
R=65.92%
G=22.35%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118402100.660.820.5411.7569.7827.25
Hex7628150425236c461b
Octal16650250102122661410633
Binary1110110101000101010100001010100101101101100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762815; }

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

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

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

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

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

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

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

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