#7A745A

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

Shades of Kokoda #7A745A

Tints of Kokoda #7A745A

Color information

#7A745A (or 0x7A745A) is unknown color: approx Kokoda. HEX triplet: 7A, 74 and 5A. RGB value is (122,116,90). Sum of RGB (Red+Green+Blue) = 122+116+90=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A745A is #858BA5. Grayscale: #727272. Windows color (decimal): -8752038 or 5928058. OLE color: 5928058.

HSL color Cylindrical-coordinate representation of color #7A745A: hue angle of 48.75º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A745A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB12211690-
CMYK00.050.260.52
HSL48.75º15.09%41.57%-
HSV(B)48.75º26.23%47.84%-
XYZ16.1217.3712.18-
YUV114.83113.99133.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.20%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=37.20%
G=35.37%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221169000.050.260.5248.7515.0941.57
Hex7A745A051A3431f2a
Octal172164132053264611752
Binary1111010111010010110100101110101101001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,116,90); }

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

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

 a { background-color: rgb(122,116,90); }

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

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

 span { border-color: rgb(122,116,90); }

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