Html Css Color HEX #735C62 Scorpion

📋 copy color: '#735C62'

red 115 ◦ green 92 ◦ blue 98

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

Shades of Scorpion #735C62

Tints of Scorpion #735C62

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 37.7%
G = 30.16%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#735C62 (or 0x735C62) is known color: Scorpion. HEX triplet: 73, 5C and 62. RGB value is (115,92,98). Sum of RGB (Red+Green+Blue) = 115+92+98=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #735C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C62 is #8CA39D. Grayscale: #636363. Windows color (decimal): -9216926 or 6446195. OLE color: 6446195.

HSL color Cylindrical-coordinate representation of color #735C62: hue angle of 344.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735C62 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 92 98 -
CMYK 0 0.20 0.15 0.55
HSL 344.35º 0.11% 0.41% -
HSV(B) 344.35º 0.2% 0.45% -
XYZ 13.1 12.18 13.22 -
YUV 99.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 115 92 98 0 0.20 0.15 0.55 344.35 0.11 0.41
Hex 73 5C 62 0 14 F 37 158 B 29
Octal 163 134 142 0 24 17 67 530 13 51
Binary 1110011 1011100 1100010 0 10100 1111 110111 101011000 1011 101001

Color Harmonies of #735C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735C62

Black with #735C62

Text Example


Text Example

White with #735C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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