#762819

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

Shades of Pueblo #762819

Tints of Pueblo #762819

Color information

#762819 (or 0x762819) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 19. RGB value is (118,40,25). Sum of RGB (Red+Green+Blue) = 118+40+25=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #762819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762819 is #89D7E6. Grayscale: #3D3D3D. Windows color (decimal): -9033703 or 1648758. OLE color: 1648758.

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

Color convert

RGB1184025-
CMYK00.660.790.54
HSL9.68º65.03%28.04%-
HSV(B)9.68º78.81%46.27%-
XYZ8.415.441.53-
YUV61.61107.34168.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 40 (16.02% from 255) = 21.86%
BLUE value IS 25 (10.16% from 255) = 13.66%
R=64.48%
G=21.86%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.79
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118402500.660.790.549.6865.0328.04
Hex7628190424F36a411c
Octal16650310102117661210134
Binary1110110101000110010100001010011111101101010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762819; }

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

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

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

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

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

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

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

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