#7A775E

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

Shades of Kokoda #7A775E

Tints of Kokoda #7A775E

Color information

#7A775E (or 0x7A775E) is unknown color: approx Kokoda. HEX triplet: 7A, 77 and 5E. RGB value is (122,119,94). Sum of RGB (Red+Green+Blue) = 122+119+94=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 122 - color contains mainly: red. Hex color #7A775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A775E is #8588A1. Grayscale: #757575. Windows color (decimal): -8751266 or 6190970. OLE color: 6190970.

HSL color Cylindrical-coordinate representation of color #7A775E: hue angle of 53.57º 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 #7A775E is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB12211994-
CMYK00.020.230.52
HSL53.57º12.96%42.35%-
HSV(B)53.57º22.95%47.84%-
XYZ16.6418.1413.21-
YUV117.05114.99131.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=36.42%
G=35.52%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221199400.020.230.5253.5712.9642.35
Hex7A775E02173436d2a
Octal172167136022764661552
Binary111101011101111011110010101111101001101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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