Html Css Color HEX #757460 Kokoda

📋 copy color: '#757460'

red 117 ◦ green 116 ◦ blue 96

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

Shades of Kokoda #757460

Tints of Kokoda #757460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 35.56%
G = 35.26%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#757460 (or 0x757460) is known color: Kokoda. HEX triplet: 75, 74 and 60. RGB value is (117,116,96). Sum of RGB (Red+Green+Blue) = 117+116+96=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #757460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757460 is #8A8B9F. Grayscale: #727272. Windows color (decimal): -9079712 or 6321269. OLE color: 6321269.

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

Color convert

RGB 117 116 96 -
CMYK 0 0.01 0.18 0.54
HSL 57.14º 0.1% 0.42% -
HSV(B) 57.14º 0.18% 0.46% -
XYZ 15.69 17.12 13.54 -
YUV 114.02 117.83 130.13 -
System Red Green Blue C M Y K H S L
Decimal 117 116 96 0 0.01 0.18 0.54 57.14 0.1 0.42
Hex 75 74 60 0 1 12 36 39 A 2A
Octal 165 164 140 0 1 22 66 71 12 52
Binary 1110101 1110100 1100000 0 1 10010 110110 111001 1010 101010

Color Harmonies of #757460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757460

Black with #757460

Text Example


Text Example

White with #757460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757460; }

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

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

background-color css

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

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

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

border-color css

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

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

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