Html Css Color HEX #755E6A Scorpion

📋 copy color: '#755E6A'

red 117 ◦ green 94 ◦ blue 106

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

Shades of Scorpion #755E6A

Tints of Scorpion #755E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 36.91%
G = 29.65%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#755E6A (or 0x755E6A) is known color: Scorpion. HEX triplet: 75, 5E and 6A. RGB value is (117,94,106). Sum of RGB (Red+Green+Blue) = 117+94+106=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 117 - color contains mainly: red. Hex color #755E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E6A is #8AA195. Grayscale: #666666. Windows color (decimal): -9085334 or 6970997. OLE color: 6970997.

HSL color Cylindrical-coordinate representation of color #755E6A: hue angle of 328.7º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E6A is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 94 106 -
CMYK 0 0.20 0.09 0.54
HSL 328.7º 0.11% 0.41% -
HSV(B) 328.7º 0.2% 0.46% -
XYZ 13.94 12.83 15.38 -
YUV 102.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 117 94 106 0 0.20 0.09 0.54 328.7 0.11 0.41
Hex 75 5E 6A 0 14 9 36 149 B 29
Octal 165 136 152 0 24 11 66 511 13 51
Binary 1110101 1011110 1101010 0 10100 1001 110110 101001001 1011 101001

Color Harmonies of #755E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E6A

Black with #755E6A

Text Example


Text Example

White with #755E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,106); }

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

background-color css

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

 a { background-color: rgb(117,94,106); }

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

border-color css

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

 span { border-color: rgb(117,94,106); }

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