Html Css Color HEX #755B63 Scorpion

📋 copy color: '#755B63'

red 117 ◦ green 91 ◦ blue 99

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

Shades of Scorpion #755B63

Tints of Scorpion #755B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.64%

 BLUE value IS 99 (39.06% from 255) = 32.25%

R = 38.11%
G = 29.64%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755B63 (or 0x755B63) is known color: Scorpion. HEX triplet: 75, 5B and 63. RGB value is (117,91,99). Sum of RGB (Red+Green+Blue) = 117+91+99=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B63 is #8AA49C. Grayscale: #636363. Windows color (decimal): -9086109 or 6511477. OLE color: 6511477.

HSL color Cylindrical-coordinate representation of color #755B63: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B63 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 91 99 -
CMYK 0 0.22 0.15 0.54
HSL 341.54º 0.13% 0.41% -
HSV(B) 341.54º 0.22% 0.46% -
XYZ 13.33 12.16 13.45 -
YUV 99.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 117 91 99 0 0.22 0.15 0.54 341.54 0.13 0.41
Hex 75 5B 63 0 16 F 36 156 C 29
Octal 165 133 143 0 26 17 66 526 14 51
Binary 1110101 1011011 1100011 0 10110 1111 110110 101010110 1100 101001

Color Harmonies of #755B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B63

Black with #755B63

Text Example


Text Example

White with #755B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,99); }

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

background-color css

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

 a { background-color: rgb(117,91,99); }

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

border-color css

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

 span { border-color: rgb(117,91,99); }

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