#7B7538

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

Shades of Crete #7B7538

Tints of Crete #7B7538

Color information

#7B7538 (or 0x7B7538) is unknown color: approx Crete. HEX triplet: 7B, 75 and 38. RGB value is (123,117,56). Sum of RGB (Red+Green+Blue) = 123+117+56=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7538 is #848AC7. Grayscale: #707070. Windows color (decimal): -8686280 or 3700091. OLE color: 3700091.

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

Color convert

RGB12311756-
CMYK00.050.540.52
HSL54.63º37.43%35.1%-
HSV(B)54.63º54.47%48.24%-
XYZ15.2417.226.26-
YUV111.8496.49135.96-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 41.55%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=41.55%
G=39.53%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231175600.050.540.5254.6337.4335.1
Hex7B7538053634372523
Octal17316570056664674543
Binary111101111101011110000101110110110100110111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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