Html Css Color HEX #755B61 Scorpion

📋 copy color: '#755B61'

red 117 ◦ green 91 ◦ blue 97

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

Shades of Scorpion #755B61

Tints of Scorpion #755B61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.8%

R = 38.36%
G = 29.84%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#755B61 (or 0x755B61) is known color: Scorpion. HEX triplet: 75, 5B and 61. RGB value is (117,91,97). Sum of RGB (Red+Green+Blue) = 117+91+97=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B61 is #8AA49E. Grayscale: #636363. Windows color (decimal): -9086111 or 6380405. OLE color: 6380405.

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

Color convert

RGB 117 91 97 -
CMYK 0 0.22 0.17 0.54
HSL 346.15º 0.13% 0.41% -
HSV(B) 346.15º 0.22% 0.46% -
XYZ 13.23 12.13 12.95 -
YUV 99.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 117 91 97 0 0.22 0.17 0.54 346.15 0.13 0.41
Hex 75 5B 61 0 16 11 36 15A C 29
Octal 165 133 141 0 26 21 66 532 14 51
Binary 1110101 1011011 1100001 0 10110 10001 110110 101011010 1100 101001

Color Harmonies of #755B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B61

Black with #755B61

Text Example


Text Example

White with #755B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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