#7B7536

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

Shades of Crete #7B7536

Tints of Crete #7B7536

Color information

#7B7536 (or 0x7B7536) is unknown color: approx Crete. HEX triplet: 7B, 75 and 36. RGB value is (123,117,54). Sum of RGB (Red+Green+Blue) = 123+117+54=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7536 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7536 is #848AC9. Grayscale: #6F6F6F. Windows color (decimal): -8686282 or 3569019. OLE color: 3569019.

HSL color Cylindrical-coordinate representation of color #7B7536: hue angle of 54.78º 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 #7B7536 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.52.

Color convert

RGB12311754-
CMYK00.050.560.52
HSL54.78º38.98%34.71%-
HSV(B)54.78º56.1%48.24%-
XYZ15.217.26.01-
YUV111.6195.49136.12-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.84%
GREEN value IS 117 (46.09% from 255) = 39.80%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=41.84%
G=39.80%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231175400.050.560.5254.7838.9834.71
Hex7B7536053834372723
Octal17316566057064674743
Binary111101111101011101100101111000110100110111100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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