#7B7034

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

Shades of Crete #7B7034

Tints of Crete #7B7034

Color information

#7B7034 (or 0x7B7034) is unknown color: approx Crete. HEX triplet: 7B, 70 and 34. RGB value is (123,112,52). Sum of RGB (Red+Green+Blue) = 123+112+52=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7034 is #848FCB. Grayscale: #6C6C6C. Windows color (decimal): -8687564 or 3436667. OLE color: 3436667.

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

Color convert

RGB12311252-
CMYK00.090.580.52
HSL50.7º40.57%34.31%-
HSV(B)50.7º57.72%48.24%-
XYZ14.5816.055.58-
YUV108.4596.14138.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=42.86%
G=39.02%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231125200.090.580.5250.740.5734.31
Hex7B7034093A34332922
Octal173160640117264635142
Binary1111011111000011010001001111010110100110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,112,52); }

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

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

 a { background-color: rgb(123,112,52); }

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

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

 span { border-color: rgb(123,112,52); }

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