#76281B

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

Shades of Pueblo #76281B

Tints of Pueblo #76281B

Color information

#76281B (or 0x76281B) is unknown color: approx Pueblo. HEX triplet: 76, 28 and 1B. RGB value is (118,40,27). Sum of RGB (Red+Green+Blue) = 118+40+27=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76281B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76281B is #89D7E4. Grayscale: #3D3D3D. Windows color (decimal): -9033701 or 1779830. OLE color: 1779830.

HSL color Cylindrical-coordinate representation of color #76281B: hue angle of 8.57º 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 #76281B is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1184027-
CMYK00.660.770.54
HSL8.57º62.76%28.43%-
HSV(B)8.57º77.12%46.27%-
XYZ8.435.451.64-
YUV61.84108.34168.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 27 (10.94% from 255) = 14.59%
R=63.78%
G=21.62%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118402700.660.770.548.5762.7628.43
Hex76281B0424D3693f1c
Octal1665033010211566117734
Binary111011010100011011010000101001101110110100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76281B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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