#7B3627

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

Shades of Pueblo #7B3627

Tints of Pueblo #7B3627

Color information

#7B3627 (or 0x7B3627) is unknown color: approx Pueblo. HEX triplet: 7B, 36 and 27. RGB value is (123,54,39). Sum of RGB (Red+Green+Blue) = 123+54+39=216 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.94% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3627 is #84C9D8. Grayscale: #494949. Windows color (decimal): -8702425 or 2569851. OLE color: 2569851.

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

Color convert

RGB1235439-
CMYK00.560.680.52
HSL10.71º51.85%31.76%-
HSV(B)10.71º68.29%48.24%-
XYZ9.8572.75-
YUV72.92108.86163.72-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 56.94%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=56.94%
G=25%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123543900.560.680.5210.7151.8531.76
Hex7B36270384434b3420
Octal173664707010464136440
Binary1111011110110100111011100010001001101001011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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