#7B7232

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

Shades of Crete #7B7232

Tints of Crete #7B7232

Color information

#7B7232 (or 0x7B7232) is unknown color: approx Crete. HEX triplet: 7B, 72 and 32. RGB value is (123,114,50). Sum of RGB (Red+Green+Blue) = 123+114+50=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7232 is #848DCD. Grayscale: #6D6D6D. Windows color (decimal): -8687054 or 3306107. OLE color: 3306107.

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

Color convert

RGB12311450-
CMYK00.070.590.52
HSL52.6º42.2%33.92%-
HSV(B)52.6º59.35%48.24%-
XYZ14.7616.485.42-
YUV109.494.48137.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 50 (19.92% from 255) = 17.42%
R=42.86%
G=39.72%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231145000.070.590.5252.642.233.92
Hex7B7232073B34352a22
Octal17316262077364655242
Binary111101111100101100100111111011110100110101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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