#763127

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

Shades of Pueblo #763127

Tints of Pueblo #763127

Color information

#763127 (or 0x763127) is unknown color: approx Pueblo. HEX triplet: 76, 31 and 27. RGB value is (118,49,39). Sum of RGB (Red+Green+Blue) = 118+49+39=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #763127 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763127 is #89CED8. Grayscale: #444444. Windows color (decimal): -9031385 or 2568566. OLE color: 2568566.

HSL color Cylindrical-coordinate representation of color #763127: hue angle of 7.59º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763127 is Cyan = 0, Magento = 0.58, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1184939-
CMYK00.580.670.54
HSL7.59º50.32%30.78%-
HSV(B)7.59º66.95%46.27%-
XYZ8.946.192.64-
YUV68.49111.36163.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 49 (19.53% from 255) = 23.79%
BLUE value IS 39 (15.62% from 255) = 18.93%
R=57.28%
G=23.79%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118493900.580.670.547.5950.3230.78
Hex76312703A43368321f
Octal166614707210366106237
Binary111011011000110011101110101000011110110100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763127; }

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

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

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

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

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

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

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

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