#7C775F

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

Shades of Kokoda #7C775F

Tints of Kokoda #7C775F

Color information

#7C775F (or 0x7C775F) is unknown color: approx Kokoda. HEX triplet: 7C, 77 and 5F. RGB value is (124,119,95). Sum of RGB (Red+Green+Blue) = 124+119+95=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 124 - color contains mainly: red. Hex color #7C775F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C775F is #8388A0. Grayscale: #757575. Windows color (decimal): -8620193 or 6256508. OLE color: 6256508.

HSL color Cylindrical-coordinate representation of color #7C775F: hue angle of 49.66º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C775F is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB12411995-
CMYK00.040.230.51
HSL49.66º13.24%42.94%-
HSV(B)49.66º23.39%48.63%-
XYZ16.9718.313.47-
YUV117.76115.16132.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.69%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 95 (37.5% from 255) = 28.11%
R=36.69%
G=35.21%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241199500.040.230.5149.6613.2442.94
Hex7C775F04173332d2b
Octal174167137042763621553
Binary1111100111011110111110100101111100111100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,119,95); }

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

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

 a { background-color: rgb(124,119,95); }

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

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

 span { border-color: rgb(124,119,95); }

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