Html Css Color HEX #755F65 Scorpion

📋 copy color: '#755F65'

red 117 ◦ green 95 ◦ blue 101

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

Shades of Scorpion #755F65

Tints of Scorpion #755F65

RGB

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

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

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

R = 37.38%
G = 30.35%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755F65 (or 0x755F65) is known color: Scorpion. HEX triplet: 75, 5F and 65. RGB value is (117,95,101). Sum of RGB (Red+Green+Blue) = 117+95+101=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #755F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F65 is #8AA09A. Grayscale: #666666. Windows color (decimal): -9085083 or 6643573. OLE color: 6643573.

HSL color Cylindrical-coordinate representation of color #755F65: hue angle of 343.64º 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 #755F65 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 101 -
CMYK 0 0.19 0.14 0.54
HSL 343.64º 0.1% 0.42% -
HSV(B) 343.64º 0.19% 0.46% -
XYZ 13.78 12.91 14.08 -
YUV 102.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 117 95 101 0 0.19 0.14 0.54 343.64 0.1 0.42
Hex 75 5F 65 0 13 E 36 158 A 2A
Octal 165 137 145 0 23 16 66 530 12 52
Binary 1110101 1011111 1100101 0 10011 1110 110110 101011000 1010 101010

Color Harmonies of #755F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F65

Black with #755F65

Text Example


Text Example

White with #755F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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