Html Css Color HEX #755F6B Scorpion

📋 copy color: '#755F6B'

red 117 ◦ green 95 ◦ blue 107

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

Shades of Scorpion #755F6B

Tints of Scorpion #755F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 36.68%
G = 29.78%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#755F6B (or 0x755F6B) is known color: Scorpion. HEX triplet: 75, 5F and 6B. RGB value is (117,95,107). Sum of RGB (Red+Green+Blue) = 117+95+107=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #755F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F6B is #8AA094. Grayscale: #666666. Windows color (decimal): -9085077 or 7036789. OLE color: 7036789.

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

Color convert

RGB 117 95 107 -
CMYK 0 0.19 0.09 0.54
HSL 327.27º 0.1% 0.42% -
HSV(B) 327.27º 0.19% 0.46% -
XYZ 14.08 13.03 15.68 -
YUV 102.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 117 95 107 0 0.19 0.09 0.54 327.27 0.1 0.42
Hex 75 5F 6B 0 13 9 36 147 A 2A
Octal 165 137 153 0 23 11 66 507 12 52
Binary 1110101 1011111 1101011 0 10011 1001 110110 101000111 1010 101010

Color Harmonies of #755F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F6B

Black with #755F6B

Text Example


Text Example

White with #755F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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