Html Css Color HEX #757461 Kokoda

📋 copy color: '#757461'

red 117 ◦ green 116 ◦ blue 97

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

Shades of Kokoda #757461

Tints of Kokoda #757461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 35.45%
G = 35.15%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#757461 (or 0x757461) is known color: Kokoda. HEX triplet: 75, 74 and 61. RGB value is (117,116,97). Sum of RGB (Red+Green+Blue) = 117+116+97=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 117 - color contains mainly: red. Hex color #757461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757461 is #8A8B9E. Grayscale: #727272. Windows color (decimal): -9079711 or 6386805. OLE color: 6386805.

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

Color convert

RGB 117 116 97 -
CMYK 0 0.01 0.17 0.54
HSL 57º 0.09% 0.42% -
HSV(B) 57º 0.17% 0.46% -
XYZ 15.74 17.14 13.79 -
YUV 114.13 118.33 130.04 -
System Red Green Blue C M Y K H S L
Decimal 117 116 97 0 0.01 0.17 0.54 57 0.09 0.42
Hex 75 74 61 0 1 11 36 39 9 2A
Octal 165 164 141 0 1 21 66 71 11 52
Binary 1110101 1110100 1100001 0 1 10001 110110 111001 1001 101010

Color Harmonies of #757461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757461

Black with #757461

Text Example


Text Example

White with #757461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757461; }

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

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

background-color css

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

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

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

border-color css

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

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

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