#762A1A

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

Shades of Pueblo #762A1A

Tints of Pueblo #762A1A

Color information

#762A1A (or 0x762A1A) is unknown color: approx Pueblo. HEX triplet: 76, 2A and 1A. RGB value is (118,42,26). Sum of RGB (Red+Green+Blue) = 118+42+26=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1A is #89D5E5. Grayscale: #3F3F3F. Windows color (decimal): -9033190 or 1714806. OLE color: 1714806.

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

Color convert

RGB1184226-
CMYK00.640.780.54
HSL10.43º63.89%28.24%-
HSV(B)10.43º77.97%46.27%-
XYZ8.495.581.61-
YUV62.9107.18167.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 26 (10.55% from 255) = 13.98%
R=63.44%
G=22.58%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118422600.640.780.5410.4363.8928.24
Hex762A1A0404E36a401c
Octal16652320100116661210034
Binary1110110101010110100100000010011101101101010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762A1A; }

 p { color: rgb(118,42,26); }

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

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

 a { background-color: rgb(118,42,26); }

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

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

 span { border-color: rgb(118,42,26); }

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