#7A702F

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

Shades of Crete #7A702F

Tints of Crete #7A702F

Color information

#7A702F (or 0x7A702F) is unknown color: approx Crete. HEX triplet: 7A, 70 and 2F. RGB value is (122,112,47). Sum of RGB (Red+Green+Blue) = 122+112+47=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A702F is #858FD0. Grayscale: #6B6B6B. Windows color (decimal): -8753105 or 3108986. OLE color: 3108986.

HSL color Cylindrical-coordinate representation of color #7A702F: hue angle of 52º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A702F is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB12211247-
CMYK00.080.610.52
HSL52º44.38%33.14%-
HSV(B)52º61.48%47.84%-
XYZ14.3315.935.01-
YUV107.5893.81138.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 47 (18.75% from 255) = 16.73%
R=43.42%
G=39.86%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221124700.080.610.525244.3833.14
Hex7A702F083D34342c21
Octal172160570107564645441
Binary1111010111000010111101000111101110100110100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,112,47); }

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

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

 a { background-color: rgb(122,112,47); }

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

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

 span { border-color: rgb(122,112,47); }

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