#76261B

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

Shades of Pueblo #76261B

Tints of Pueblo #76261B

Color information

#76261B (or 0x76261B) is unknown color: approx Pueblo. HEX triplet: 76, 26 and 1B. RGB value is (118,38,27). Sum of RGB (Red+Green+Blue) = 118+38+27=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76261B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76261B is #89D9E4. Grayscale: #3C3C3C. Windows color (decimal): -9034213 or 1779318. OLE color: 1779318.

HSL color Cylindrical-coordinate representation of color #76261B: hue angle of 7.25º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76261B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1183827-
CMYK00.680.770.54
HSL7.25º62.76%28.43%-
HSV(B)7.25º77.12%46.27%-
XYZ8.365.321.62-
YUV60.67109168.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=64.48%
G=20.77%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118382700.680.770.547.2562.7628.43
Hex76261B0444D3673f1c
Octal166463301041156677734
Binary11101101001101101101000100100110111011011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76261B; }

 p { color: rgb(118,38,27); }

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

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

 a { background-color: rgb(118,38,27); }

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

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

 span { border-color: rgb(118,38,27); }

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