Html Css Color HEX #757259 Kokoda

📋 copy color: '#757259'

red 117 ◦ green 114 ◦ blue 89

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

Shades of Kokoda #757259

Tints of Kokoda #757259

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

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

R = 36.56%
G = 35.63%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#757259 (or 0x757259) is known color: Kokoda. HEX triplet: 75, 72 and 59. RGB value is (117,114,89). Sum of RGB (Red+Green+Blue) = 117+114+89=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 89 (35.16% from 255 or 27.81% from 320); Max value from RGB is 117 - color contains mainly: red. Hex color #757259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757259 is #8A8DA6. Grayscale: #707070. Windows color (decimal): -9080231 or 5862005. OLE color: 5862005.

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

Color convert

RGB 117 114 89 -
CMYK 0 0.03 0.24 0.54
HSL 53.57º 0.14% 0.4% -
HSV(B) 53.57º 0.24% 0.46% -
XYZ 15.16 16.54 11.84 -
YUV 112.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 117 114 89 0 0.03 0.24 0.54 53.57 0.14 0.4
Hex 75 72 59 0 3 18 36 36 E 28
Octal 165 162 131 0 3 30 66 66 16 50
Binary 1110101 1110010 1011001 0 11 11000 110110 110110 1110 101000

Color Harmonies of #757259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757259

Black with #757259

Text Example


Text Example

White with #757259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757259; }

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

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

background-color css

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

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

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

border-color css

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

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

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