Html Css Color HEX #757465 Kokoda

📋 copy color: '#757465'

red 117 ◦ green 116 ◦ blue 101

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

Shades of Kokoda #757465

Tints of Kokoda #757465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 35.03%
G = 34.73%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#757465 (or 0x757465) is known color: Kokoda. HEX triplet: 75, 74 and 65. RGB value is (117,116,101). Sum of RGB (Red+Green+Blue) = 117+116+101=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #757465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757465 is #8A8B9A. Grayscale: #727272. Windows color (decimal): -9079707 or 6648949. OLE color: 6648949.

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

Color convert

RGB 117 116 101 -
CMYK 0 0.01 0.14 0.54
HSL 56.25º 0.07% 0.43% -
HSV(B) 56.25º 0.14% 0.46% -
XYZ 15.93 17.21 14.79 -
YUV 114.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 117 116 101 0 0.01 0.14 0.54 56.25 0.07 0.43
Hex 75 74 65 0 1 E 36 38 7 2B
Octal 165 164 145 0 1 16 66 70 7 53
Binary 1110101 1110100 1100101 0 1 1110 110110 111000 111 101011

Color Harmonies of #757465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757465

Black with #757465

Text Example


Text Example

White with #757465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757465; }

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

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

background-color css

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

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

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

border-color css

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

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

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