#7B7434

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

Shades of Crete #7B7434

Tints of Crete #7B7434

Color information

#7B7434 (or 0x7B7434) is unknown color: approx Crete. HEX triplet: 7B, 74 and 34. RGB value is (123,116,52). Sum of RGB (Red+Green+Blue) = 123+116+52=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7434 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7434 is #848BCB. Grayscale: #6F6F6F. Windows color (decimal): -8686540 or 3437691. OLE color: 3437691.

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

Color convert

RGB12311652-
CMYK00.060.580.52
HSL54.08º40.57%34.31%-
HSV(B)54.08º57.72%48.24%-
XYZ15.0316.955.73-
YUV110.894.82136.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 52 (20.70% from 255) = 17.87%
R=42.27%
G=39.86%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231165200.060.580.5254.0840.5734.31
Hex7B7434063A34362922
Octal17316464067264665142
Binary111101111101001101000110111010110100110110101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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