Html Css Color HEX #755F68 Scorpion

📋 copy color: '#755F68'

red 117 ◦ green 95 ◦ blue 104

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

Shades of Scorpion #755F68

Tints of Scorpion #755F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

 BLUE value IS 104 (41.02% from 255) = 32.91%

R = 37.03%
G = 30.06%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#755F68 (or 0x755F68) is known color: Scorpion. HEX triplet: 75, 5F and 68. RGB value is (117,95,104). Sum of RGB (Red+Green+Blue) = 117+95+104=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #755F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F68 is #8AA097. Grayscale: #666666. Windows color (decimal): -9085080 or 6840181. OLE color: 6840181.

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

Color convert

RGB 117 95 104 -
CMYK 0 0.19 0.11 0.54
HSL 335.45º 0.1% 0.42% -
HSV(B) 335.45º 0.19% 0.46% -
XYZ 13.93 12.97 14.87 -
YUV 102.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 117 95 104 0 0.19 0.11 0.54 335.45 0.1 0.42
Hex 75 5F 68 0 13 B 36 14F A 2A
Octal 165 137 150 0 23 13 66 517 12 52
Binary 1110101 1011111 1101000 0 10011 1011 110110 101001111 1010 101010

Color Harmonies of #755F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F68

Black with #755F68

Text Example


Text Example

White with #755F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F68; }

 p { color: rgb(117,95,104); }

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

background-color css

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

 a { background-color: rgb(117,95,104); }

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

border-color css

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

 span { border-color: rgb(117,95,104); }

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