Html Css Color HEX #757459 Kokoda

📋 copy color: '#757459'

red 117 ◦ green 116 ◦ blue 89

#757459
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #757459

Tints of Kokoda #757459

RGB

 RED value IS 117 (46.09% from 255) = 36.34%

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 89 (35.16% from 255) = 27.64%

R = 36.34%
G = 36.02%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#757459 (or 0x757459) is known color: Kokoda. HEX triplet: 75, 74 and 59. RGB value is (117,116,89). Sum of RGB (Red+Green+Blue) = 117+116+89=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 117 - color contains mainly: red. Hex color #757459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757459 is #8A8BA6. Grayscale: #717171. Windows color (decimal): -9079719 or 5862517. OLE color: 5862517.

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

Color convert

RGB 117 116 89 -
CMYK 0 0.01 0.24 0.54
HSL 57.86º 0.14% 0.4% -
HSV(B) 57.86º 0.24% 0.46% -
XYZ 15.38 16.99 11.92 -
YUV 113.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 117 116 89 0 0.01 0.24 0.54 57.86 0.14 0.4
Hex 75 74 59 0 1 18 36 3A E 28
Octal 165 164 131 0 1 30 66 72 16 50
Binary 1110101 1110100 1011001 0 1 11000 110110 111010 1110 101000

Color Harmonies of #757459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757459

Black with #757459

Text Example


Text Example

White with #757459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757459; }

 p { color: rgb(117,116,89); }

 H1.HeaderClassName
 {
   color: #757459;
 }
 .AnyTagClassName
 {
   color: #757459;
 }
</style>

background-color css

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

 a { background-color: rgb(117,116,89); }

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

border-color css

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

 span { border-color: rgb(117,116,89); }

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