#777665

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

Shades of Kokoda #777665

Tints of Kokoda #777665

Color information

#777665 (or 0x777665) is unknown color: approx Kokoda. HEX triplet: 77, 76 and 65. RGB value is (119,118,101). Sum of RGB (Red+Green+Blue) = 119+118+101=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 119 - color contains mainly: red. Hex color #777665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777665 is #88899A. Grayscale: #747474. Windows color (decimal): -8948123 or 6649463. OLE color: 6649463.

HSL color Cylindrical-coordinate representation of color #777665: hue angle of 56.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777665 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB119118101-
CMYK00.010.150.53
HSL56.67º8.18%43.14%-
HSV(B)56.67º15.13%46.67%-
XYZ16.4417.8214.88-
YUV116.36119.33129.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=35.21%
G=34.91%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911810100.010.150.5356.678.1843.14
Hex77766501F353982b
Octal167166145011765711053
Binary1110111111011011001010111111101011110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777665; }

 p { color: rgb(119,118,101); }

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

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

 a { background-color: rgb(119,118,101); }

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

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

 span { border-color: rgb(119,118,101); }

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