#762811

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

Shades of Pueblo #762811

Tints of Pueblo #762811

Color information

#762811 (or 0x762811) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 11. RGB value is (118,40,17). Sum of RGB (Red+Green+Blue) = 118+40+17=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762811 is #89D7EE. Grayscale: #3C3C3C. Windows color (decimal): -9033711 or 1124470. OLE color: 1124470.

HSL color Cylindrical-coordinate representation of color #762811: hue angle of 13.66º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762811 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1184017-
CMYK00.660.860.54
HSL13.66º74.81%26.47%-
HSV(B)13.66º85.59%46.27%-
XYZ8.335.411.14-
YUV60.7103.34168.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.43%
GREEN value IS 40 (16.02% from 255) = 22.86%
BLUE value IS 17 (7.03% from 255) = 9.71%
R=67.43%
G=22.86%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118401700.660.860.5413.6674.8126.47
Hex7628110425636e4b1a
Octal16650210102126661611332
Binary1110110101000100010100001010101101101101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762811; }

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

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

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

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

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

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

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

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