#79755E

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

Shades of Kokoda #79755E

Tints of Kokoda #79755E

Color information

#79755E (or 0x79755E) is unknown color: approx Kokoda. HEX triplet: 79, 75 and 5E. RGB value is (121,117,94). Sum of RGB (Red+Green+Blue) = 121+117+94=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79755E is #868AA1. Grayscale: #737373. Windows color (decimal): -8817314 or 6190457. OLE color: 6190457.

HSL color Cylindrical-coordinate representation of color #79755E: hue angle of 51.11º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #79755E is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB12111794-
CMYK00.030.220.53
HSL51.11º12.56%42.16%-
HSV(B)51.11º22.31%47.45%-
XYZ16.2717.613.13-
YUV115.57115.83131.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 94 (37.11% from 255) = 28.31%
R=36.45%
G=35.24%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211179400.030.220.5351.1112.5642.16
Hex79755E03163533d2a
Octal171165136032665631552
Binary111100111101011011110011101101101011100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79755E; }

 p { color: rgb(121,117,94); }

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

<style>
 a { background-color: #79755E; }

 a { background-color: rgb(121,117,94); }

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

<style>
 span { border-color: #79755E; }

 span { border-color: rgb(121,117,94); }

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