#7B7236

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

Shades of Crete #7B7236

Tints of Crete #7B7236

Color information

#7B7236 (or 0x7B7236) is unknown color: approx Crete. HEX triplet: 7B, 72 and 36. RGB value is (123,114,54). Sum of RGB (Red+Green+Blue) = 123+114+54=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7236 is #848DC9. Grayscale: #6E6E6E. Windows color (decimal): -8687050 or 3568251. OLE color: 3568251.

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

Color convert

RGB12311454-
CMYK00.070.560.52
HSL52.17º38.98%34.71%-
HSV(B)52.17º56.1%48.24%-
XYZ14.8516.515.89-
YUV109.8596.48137.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=42.27%
G=39.18%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231145400.070.560.5252.1738.9834.71
Hex7B7236073834342723
Octal17316266077064644743
Binary111101111100101101100111111000110100110100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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