#7A7236

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

Shades of Crete #7A7236

Tints of Crete #7A7236

Color information

#7A7236 (or 0x7A7236) is unknown color: approx Crete. HEX triplet: 7A, 72 and 36. RGB value is (122,114,54). Sum of RGB (Red+Green+Blue) = 122+114+54=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7236 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7236 is #858DC9. Grayscale: #6D6D6D. Windows color (decimal): -8752586 or 3568250. OLE color: 3568250.

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

Color convert

RGB12211454-
CMYK00.070.560.52
HSL52.94º38.64%34.51%-
HSV(B)52.94º55.74%47.84%-
XYZ14.7116.445.89-
YUV109.5596.65136.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.07%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 54 (21.48% from 255) = 18.62%
R=42.07%
G=39.31%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221145400.070.560.5252.9438.6434.51
Hex7A7236073834352723
Octal17216266077064654743
Binary111101011100101101100111111000110100110101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,114,54); }

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

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

 a { background-color: rgb(122,114,54); }

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

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

 span { border-color: rgb(122,114,54); }

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