Html Css Color HEX #735860 Scorpion

📋 copy color: '#735860'

red 115 ◦ green 88 ◦ blue 96

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

Shades of Scorpion #735860

Tints of Scorpion #735860

RGB

 RED value IS 115 (45.31% from 255) = 38.46%

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 96 (37.89% from 255) = 32.11%

R = 38.46%
G = 29.43%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#735860 (or 0x735860) is known color: Scorpion. HEX triplet: 73, 58 and 60. RGB value is (115,88,96). Sum of RGB (Red+Green+Blue) = 115+88+96=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735860 is #8CA79F. Grayscale: #606060. Windows color (decimal): -9217952 or 6314099. OLE color: 6314099.

HSL color Cylindrical-coordinate representation of color #735860: hue angle of 342.22º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #735860 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 88 96 -
CMYK 0 0.23 0.17 0.55
HSL 342.22º 0.13% 0.4% -
HSV(B) 342.22º 0.23% 0.45% -
XYZ 12.67 11.47 12.61 -
YUV 96.99 127.45 140.85 -
System Red Green Blue C M Y K H S L
Decimal 115 88 96 0 0.23 0.17 0.55 342.22 0.13 0.4
Hex 73 58 60 0 17 11 37 156 D 28
Octal 163 130 140 0 27 21 67 526 15 50
Binary 1110011 1011000 1100000 0 10111 10001 110111 101010110 1101 101000

Color Harmonies of #735860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735860

Black with #735860

Text Example


Text Example

White with #735860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735860; }

 p { color: rgb(115,88,96); }

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

background-color css

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

 a { background-color: rgb(115,88,96); }

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

border-color css

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

 span { border-color: rgb(115,88,96); }

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