#7A6F33

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

Shades of Crete #7A6F33

Tints of Crete #7A6F33

Color information

#7A6F33 (or 0x7A6F33) is unknown color: approx Crete. HEX triplet: 7A, 6F and 33. RGB value is (122,111,51). Sum of RGB (Red+Green+Blue) = 122+111+51=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6F33 is #8590CC. Grayscale: #6B6B6B. Windows color (decimal): -8753357 or 3370874. OLE color: 3370874.

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

Color convert

RGB12211151-
CMYK00.090.580.52
HSL50.7º41.04%33.92%-
HSV(B)50.7º58.2%47.84%-
XYZ14.3115.755.42-
YUV107.4596.14138.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 51 (20.31% from 255) = 17.96%
R=42.96%
G=39.08%
B=17.96%

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
Decimal1221115100.090.580.5250.741.0433.92
Hex7A6F33093A34332922
Octal172157630117264635142
Binary1111010110111111001101001111010110100110011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,51); }

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

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

 a { background-color: rgb(122,111,51); }

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

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

 span { border-color: rgb(122,111,51); }

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