#7C3627

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

Shades of Pueblo #7C3627

Tints of Pueblo #7C3627

Color information

#7C3627 (or 0x7C3627) is unknown color: approx Pueblo. HEX triplet: 7C, 36 and 27. RGB value is (124,54,39). Sum of RGB (Red+Green+Blue) = 124+54+39=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 39 (15.62% from 255 or 17.97% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3627 is #83C9D8. Grayscale: #494949. Windows color (decimal): -8636889 or 2569852. OLE color: 2569852.

HSL color Cylindrical-coordinate representation of color #7C3627: hue angle of 10.59º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3627 is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB1245439-
CMYK00.560.690.51
HSL10.59º52.15%31.96%-
HSV(B)10.59º68.55%48.63%-
XYZ107.072.76-
YUV73.22108.69164.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 39 (15.62% from 255) = 17.97%
R=57.14%
G=24.88%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124543900.560.690.5110.5952.1531.96
Hex7C36270384533b3420
Octal174664707010563136440
Binary1111100110110100111011100010001011100111011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C3627; }

 p { color: rgb(124,54,39); }

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

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

 a { background-color: rgb(124,54,39); }

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

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

 span { border-color: rgb(124,54,39); }

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