#7A7735

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

Shades of Crete #7A7735

Tints of Crete #7A7735

Color information

#7A7735 (or 0x7A7735) is unknown color: approx Crete. HEX triplet: 7A, 77 and 35. RGB value is (122,119,53). Sum of RGB (Red+Green+Blue) = 122+119+53=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7735 is #8588CA. Grayscale: #707070. Windows color (decimal): -8751307 or 3503994. OLE color: 3503994.

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

Color convert

RGB12211953-
CMYK00.020.570.52
HSL57.39º39.43%34.31%-
HSV(B)57.39º56.56%47.84%-
XYZ15.2717.595.96-
YUV112.3794.49134.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 53 (21.09% from 255) = 18.03%
R=41.50%
G=40.48%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221195300.020.570.5257.3939.4334.31
Hex7A7735023934392722
Octal17216765027164714742
Binary11110101110111110101010111001110100111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,119,53); }

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

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

 a { background-color: rgb(122,119,53); }

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

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

 span { border-color: rgb(122,119,53); }

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