#7A765E

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

Shades of Kokoda #7A765E

Tints of Kokoda #7A765E

Color information

#7A765E (or 0x7A765E) is unknown color: approx Kokoda. HEX triplet: 7A, 76 and 5E. RGB value is (122,118,94). Sum of RGB (Red+Green+Blue) = 122+118+94=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 122 - color contains mainly: red. Hex color #7A765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A765E is #8589A1. Grayscale: #747474. Windows color (decimal): -8751522 or 6190714. OLE color: 6190714.

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

Color convert

RGB12211894-
CMYK00.030.230.52
HSL51.43º12.96%42.35%-
HSV(B)51.43º22.95%47.84%-
XYZ16.5217.913.17-
YUV116.46115.33131.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.53%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 94 (37.11% from 255) = 28.14%
R=36.53%
G=35.33%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221189400.030.230.5251.4312.9642.35
Hex7A765E03173433d2a
Octal172166136032764631552
Binary111101011101101011110011101111101001100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,118,94); }

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

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

 a { background-color: rgb(122,118,94); }

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

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

 span { border-color: rgb(122,118,94); }

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