Html Css Color HEX #735A62 Scorpion

📋 copy color: '#735A62'

red 115 ◦ green 90 ◦ blue 98

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

Shades of Scorpion #735A62

Tints of Scorpion #735A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 37.95%
G = 29.7%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#735A62 (or 0x735A62) is known color: Scorpion. HEX triplet: 73, 5A and 62. RGB value is (115,90,98). Sum of RGB (Red+Green+Blue) = 115+90+98=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A62 is #8CA59D. Grayscale: #626262. Windows color (decimal): -9217438 or 6445683. OLE color: 6445683.

HSL color Cylindrical-coordinate representation of color #735A62: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A62 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 90 98 -
CMYK 0 0.22 0.15 0.55
HSL 340.8º 0.12% 0.4% -
HSV(B) 340.8º 0.22% 0.45% -
XYZ 12.93 11.84 13.16 -
YUV 98.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 115 90 98 0 0.22 0.15 0.55 340.8 0.12 0.4
Hex 73 5A 62 0 16 F 37 155 C 28
Octal 163 132 142 0 26 17 67 525 14 50
Binary 1110011 1011010 1100010 0 10110 1111 110111 101010101 1100 101000

Color Harmonies of #735A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735A62

Black with #735A62

Text Example


Text Example

White with #735A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735A62; }

 p { color: rgb(115,90,98); }

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

background-color css

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

 a { background-color: rgb(115,90,98); }

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

border-color css

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

 span { border-color: rgb(115,90,98); }

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