#762711

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

Shades of Pueblo #762711

Tints of Pueblo #762711

Color information

#762711 (or 0x762711) is unknown color: approx Pueblo. HEX triplet: 76, 27 and 11. RGB value is (118,39,17). Sum of RGB (Red+Green+Blue) = 118+39+17=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 17 (7.03% from 255 or 9.77% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #762711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762711 is #89D8EE. Grayscale: #3C3C3C. Windows color (decimal): -9033967 or 1124214. OLE color: 1124214.

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

Color convert

RGB1183917-
CMYK00.670.860.54
HSL13.07º74.81%26.47%-
HSV(B)13.07º85.59%46.27%-
XYZ8.35.341.12-
YUV60.11103.67169.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.82%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 17 (7.03% from 255) = 9.77%
R=67.82%
G=22.41%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118391700.670.860.5413.0774.8126.47
Hex7627110435636d4b1a
Octal16647210103126661511332
Binary1110110100111100010100001110101101101101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762711; }

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

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

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

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

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

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

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

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