#797957

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

Shades of Kokoda #797957

Tints of Kokoda #797957

Color information

#797957 (or 0x797957) is unknown color: approx Kokoda. HEX triplet: 79, 79 and 57. RGB value is (121,121,87). Sum of RGB (Red+Green+Blue) = 121+121+87=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 121 - color contains mainly: red, green. Hex color #797957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797957 is #8686A8. Grayscale: #757575. Windows color (decimal): -8816297 or 5732729. OLE color: 5732729.

HSL color Cylindrical-coordinate representation of color #797957: hue angle of 60º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #797957 is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB12112187-
CMYK000.280.53
HSL60º16.35%40.78%-
HSV(B)60º28.1%47.45%-
XYZ16.4418.4311.71-
YUV117.12111130.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 87 (34.38% from 255) = 26.44%
R=36.78%
G=36.78%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112187000.280.536016.3540.78
Hex797957001C353c1029
Octal171171127003465742051
Binary111100111110011010111001110011010111110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797957; }

 p { color: rgb(121,121,87); }

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

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

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

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

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

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

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