#762718

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

Shades of Pueblo #762718

Tints of Pueblo #762718

Color information

#762718 (or 0x762718) is unknown color: approx Pueblo. HEX triplet: 76, 27 and 18. RGB value is (118,39,24). Sum of RGB (Red+Green+Blue) = 118+39+24=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #762718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762718 is #89D8E7. Grayscale: #3D3D3D. Windows color (decimal): -9033960 or 1582966. OLE color: 1582966.

HSL color Cylindrical-coordinate representation of color #762718: hue angle of 9.57º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762718 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1183924-
CMYK00.670.800.54
HSL9.57º66.2%27.84%-
HSV(B)9.57º79.66%46.27%-
XYZ8.365.371.46-
YUV60.91107.17168.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 24 (9.77% from 255) = 13.26%
R=65.19%
G=21.55%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118392400.670.800.549.5766.227.84
Hex7627180435036a421c
Octal16647300103120661210234
Binary1110110100111110000100001110100001101101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762718; }

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

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

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

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

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

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

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

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