Html Css Color HEX #725B62 Scorpion

📋 copy color: '#725B62'

red 114 ◦ green 91 ◦ blue 98

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

Shades of Scorpion #725B62

Tints of Scorpion #725B62

RGB

 RED value IS 114 (44.92% from 255) = 37.62%

 GREEN value IS 91 (35.94% from 255) = 30.03%

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

R = 37.62%
G = 30.03%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#725B62 (or 0x725B62) is known color: Scorpion. HEX triplet: 72, 5B and 62. RGB value is (114,91,98). Sum of RGB (Red+Green+Blue) = 114+91+98=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B62 is #8DA49D. Grayscale: #626262. Windows color (decimal): -9282718 or 6445938. OLE color: 6445938.

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

Color convert

RGB 114 91 98 -
CMYK 0 0.20 0.14 0.55
HSL 341.74º 0.11% 0.4% -
HSV(B) 341.74º 0.2% 0.45% -
XYZ 12.89 11.94 13.18 -
YUV 98.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 114 91 98 0 0.20 0.14 0.55 341.74 0.11 0.4
Hex 72 5B 62 0 14 E 37 156 B 28
Octal 162 133 142 0 24 16 67 526 13 50
Binary 1110010 1011011 1100010 0 10100 1110 110111 101010110 1011 101000

Color Harmonies of #725B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B62

Black with #725B62

Text Example


Text Example

White with #725B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725B62; }

 p { color: rgb(114,91,98); }

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

background-color css

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

 a { background-color: rgb(114,91,98); }

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

border-color css

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

 span { border-color: rgb(114,91,98); }

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