Html Css Color HEX #757359 Kokoda

📋 copy color: '#757359'

red 117 ◦ green 115 ◦ blue 89

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

Shades of Kokoda #757359

Tints of Kokoda #757359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.83%

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

R = 36.45%
G = 35.83%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#757359 (or 0x757359) is known color: Kokoda. HEX triplet: 75, 73 and 59. RGB value is (117,115,89). Sum of RGB (Red+Green+Blue) = 117+115+89=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 89 (35.16% from 255 or 27.73% from 321); Max value from RGB is 117 - color contains mainly: red. Hex color #757359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757359 is #8A8CA6. Grayscale: #707070. Windows color (decimal): -9079975 or 5862261. OLE color: 5862261.

HSL color Cylindrical-coordinate representation of color #757359: hue angle of 55.71º 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 #757359 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 89 -
CMYK 0 0.02 0.24 0.54
HSL 55.71º 0.14% 0.4% -
HSV(B) 55.71º 0.24% 0.46% -
XYZ 15.27 16.76 11.88 -
YUV 112.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 117 115 89 0 0.02 0.24 0.54 55.71 0.14 0.4
Hex 75 73 59 0 2 18 36 38 E 28
Octal 165 163 131 0 2 30 66 70 16 50
Binary 1110101 1110011 1011001 0 10 11000 110110 111000 1110 101000

Color Harmonies of #757359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757359

Black with #757359

Text Example


Text Example

White with #757359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757359; }

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

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

background-color css

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

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

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

border-color css

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

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

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