#767458

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

Shades of Kokoda #767458

Tints of Kokoda #767458

Color information

#767458 (or 0x767458) is unknown color: approx Kokoda. HEX triplet: 76, 74 and 58. RGB value is (118,116,88). Sum of RGB (Red+Green+Blue) = 118+116+88=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #767458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767458 is #898BA7. Grayscale: #717171. Windows color (decimal): -9014184 or 5796982. OLE color: 5796982.

HSL color Cylindrical-coordinate representation of color #767458: hue angle of 56º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767458 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB11811688-
CMYK00.020.250.54
HSL56º14.56%40.39%-
HSV(B)56º25.42%46.27%-
XYZ15.4817.0511.71-
YUV113.41113.66131.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.65%
GREEN value IS 116 (45.70% from 255) = 36.02%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=36.65%
G=36.02%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181168800.020.250.545614.5640.39
Hex76745802193638f28
Octal166164130023166701750
Binary111011011101001011000010110011101101110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767458; }

 p { color: rgb(118,116,88); }

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

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

 a { background-color: rgb(118,116,88); }

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

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

 span { border-color: rgb(118,116,88); }

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