#7A765F

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

Shades of Kokoda #7A765F

Tints of Kokoda #7A765F

Color information

#7A765F (or 0x7A765F) is unknown color: approx Kokoda. HEX triplet: 7A, 76 and 5F. RGB value is (122,118,95). Sum of RGB (Red+Green+Blue) = 122+118+95=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A765F is #8589A0. Grayscale: #747474. Windows color (decimal): -8751521 or 6256250. OLE color: 6256250.

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

Color convert

RGB12211895-
CMYK00.030.220.52
HSL51.11º12.44%42.55%-
HSV(B)51.11º22.13%47.84%-
XYZ16.5717.9213.41-
YUV116.57115.83131.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 118 (46.48% from 255) = 35.22%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=36.42%
G=35.22%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221189500.030.220.5251.1112.4442.55
Hex7A765F03163433c2b
Octal172166137032664631453
Binary111101011101101011111011101101101001100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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