#7E7758

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

Shades of Kokoda #7E7758

Tints of Kokoda #7E7758

Color information

#7E7758 (or 0x7E7758) is unknown color: approx Kokoda. HEX triplet: 7E, 77 and 58. RGB value is (126,119,88). Sum of RGB (Red+Green+Blue) = 126+119+88=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7758 is #8188A7. Grayscale: #757575. Windows color (decimal): -8489128 or 5797758. OLE color: 5797758.

HSL color Cylindrical-coordinate representation of color #7E7758: hue angle of 48.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E7758 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB12611988-
CMYK00.060.300.51
HSL48.95º17.76%41.96%-
HSV(B)48.95º30.16%49.41%-
XYZ16.9618.3311.88-
YUV117.56111.32134.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.84%
GREEN value IS 119 (46.88% from 255) = 35.74%
BLUE value IS 88 (34.77% from 255) = 26.43%
R=37.84%
G=35.74%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261198800.060.300.5148.9517.7641.96
Hex7E7758061E3331122a
Octal176167130063663612252
Binary11111101110111101100001101111011001111000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,119,88); }

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

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

 a { background-color: rgb(126,119,88); }

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

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

 span { border-color: rgb(126,119,88); }

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