#762A1F

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

Shades of Pueblo #762A1F

Tints of Pueblo #762A1F

Color information

#762A1F (or 0x762A1F) is unknown color: approx Pueblo. HEX triplet: 76, 2A and 1F. RGB value is (118,42,31). Sum of RGB (Red+Green+Blue) = 118+42+31=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #762A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762A1F is #89D5E0. Grayscale: #3F3F3F. Windows color (decimal): -9033185 or 2042486. OLE color: 2042486.

HSL color Cylindrical-coordinate representation of color #762A1F: hue angle of 7.59º 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 #762A1F is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1184231-
CMYK00.640.740.54
HSL7.59º58.39%29.22%-
HSV(B)7.59º73.73%46.27%-
XYZ8.555.611.93-
YUV63.47109.68166.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 42 (16.80% from 255) = 21.99%
BLUE value IS 31 (12.5% from 255) = 16.23%
R=61.78%
G=21.99%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118423100.640.740.547.5958.3929.22
Hex762A1F0404A3683a1d
Octal1665237010011266107235
Binary111011010101011111010000001001010110110100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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