Html Css Color HEX #735962 Scorpion

📋 copy color: '#735962'

red 115 ◦ green 89 ◦ blue 98

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

Shades of Scorpion #735962

Tints of Scorpion #735962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 38.08%
G = 29.47%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#735962 (or 0x735962) is known color: Scorpion. HEX triplet: 73, 59 and 62. RGB value is (115,89,98). Sum of RGB (Red+Green+Blue) = 115+89+98=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #735962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735962 is #8CA69D. Grayscale: #616161. Windows color (decimal): -9217694 or 6445427. OLE color: 6445427.

HSL color Cylindrical-coordinate representation of color #735962: hue angle of 339.23º 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 #735962 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 89 98 -
CMYK 0 0.23 0.15 0.55
HSL 339.23º 0.13% 0.4% -
HSV(B) 339.23º 0.23% 0.45% -
XYZ 12.85 11.67 13.13 -
YUV 97.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 115 89 98 0 0.23 0.15 0.55 339.23 0.13 0.4
Hex 73 59 62 0 17 F 37 153 D 28
Octal 163 131 142 0 27 17 67 523 15 50
Binary 1110011 1011001 1100010 0 10111 1111 110111 101010011 1101 101000

Color Harmonies of #735962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735962

Black with #735962

Text Example


Text Example

White with #735962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735962; }

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

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

background-color css

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

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

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

border-color css

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

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

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