#7B7533

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

Shades of Crete #7B7533

Tints of Crete #7B7533

Color information

#7B7533 (or 0x7B7533) is unknown color: approx Crete. HEX triplet: 7B, 75 and 33. RGB value is (123,117,51). Sum of RGB (Red+Green+Blue) = 123+117+51=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7533 is #848ACC. Grayscale: #6F6F6F. Windows color (decimal): -8686285 or 3372411. OLE color: 3372411.

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

Color convert

RGB12311751-
CMYK00.050.590.52
HSL55º41.38%34.12%-
HSV(B)55º58.54%48.24%-
XYZ15.1317.175.65-
YUV111.2793.99136.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=42.27%
G=40.21%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231175100.050.590.525541.3834.12
Hex7B7533053B34372922
Octal17316563057364675142
Binary111101111101011100110101111011110100110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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