#762E1F

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

Shades of Pueblo #762E1F

Tints of Pueblo #762E1F

Color information

#762E1F (or 0x762E1F) is unknown color: approx Pueblo. HEX triplet: 76, 2E and 1F. RGB value is (118,46,31). Sum of RGB (Red+Green+Blue) = 118+46+31=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #762E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E1F is #89D1E0. Grayscale: #414141. Windows color (decimal): -9032161 or 2043510. OLE color: 2043510.

HSL color Cylindrical-coordinate representation of color #762E1F: hue angle of 10.34º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762E1F is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1184631-
CMYK00.610.740.54
HSL10.34º58.39%29.22%-
HSV(B)10.34º73.73%46.27%-
XYZ8.75.91.98-
YUV65.82108.35165.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 46 (18.36% from 255) = 23.59%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=60.51%
G=23.59%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118463100.610.740.5410.3458.3929.22
Hex762E1F03D4A36a3a1d
Octal166563707511266127235
Binary11101101011101111101111011001010110110101011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,46,31); }

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

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

 a { background-color: rgb(118,46,31); }

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

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

 span { border-color: rgb(118,46,31); }

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