#7F7B61

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

Shades of Kokoda #7F7B61

Tints of Kokoda #7F7B61

Color information

#7F7B61 (or 0x7F7B61) is unknown color: approx Kokoda. HEX triplet: 7F, 7B and 61. RGB value is (127,123,97). Sum of RGB (Red+Green+Blue) = 127+123+97=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 97 (38.28% from 255 or 27.95% from 347); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B61 is #80849E. Grayscale: #797979. Windows color (decimal): -8422559 or 6388607. OLE color: 6388607.

HSL color Cylindrical-coordinate representation of color #7F7B61: hue angle of 52º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7B61 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12712397-
CMYK00.030.240.50
HSL52º13.39%43.92%-
HSV(B)52º23.62%49.8%-
XYZ17.9919.5414.13-
YUV121.23114.33132.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 97 (38.28% from 255) = 27.95%
R=36.60%
G=35.45%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271239700.030.240.505213.3943.92
Hex7F7B6103183234d2c
Octal177173141033062641554
Binary111111111110111100001011110001100101101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,97); }

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

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

 a { background-color: rgb(127,123,97); }

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

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

 span { border-color: rgb(127,123,97); }

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