#76271D

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

Shades of Pueblo #76271D

Tints of Pueblo #76271D

Color information

#76271D (or 0x76271D) is unknown color: approx Pueblo. HEX triplet: 76, 27 and 1D. RGB value is (118,39,29). Sum of RGB (Red+Green+Blue) = 118+39+29=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76271D is #89D8E2. Grayscale: #3D3D3D. Windows color (decimal): -9033955 or 1910646. OLE color: 1910646.

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

Color convert

RGB1183929-
CMYK00.670.750.54
HSL6.74º60.54%28.82%-
HSV(B)6.74º75.42%46.27%-
XYZ8.425.391.76-
YUV61.48109.67168.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=63.44%
G=20.97%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118392900.670.750.546.7460.5428.82
Hex76271D0434B3673d1d
Octal166473501031136677535
Binary11101101001111110101000011100101111011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76271D; }

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

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

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

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

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

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

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

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