Html Css Color HEX #725A63 Scorpion

📋 copy color: '#725A63'

red 114 ◦ green 90 ◦ blue 99

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

Shades of Scorpion #725A63

Tints of Scorpion #725A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.67%

R = 37.62%
G = 29.7%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#725A63 (or 0x725A63) is known color: Scorpion. HEX triplet: 72, 5A and 63. RGB value is (114,90,99). Sum of RGB (Red+Green+Blue) = 114+90+99=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A63 is #8DA59C. Grayscale: #626262. Windows color (decimal): -9282973 or 6511218. OLE color: 6511218.

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

Color convert

RGB 114 90 99 -
CMYK 0 0.21 0.13 0.55
HSL 337.5º 0.12% 0.4% -
HSV(B) 337.5º 0.21% 0.45% -
XYZ 12.85 11.79 13.4 -
YUV 98.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 114 90 99 0 0.21 0.13 0.55 337.5 0.12 0.4
Hex 72 5A 63 0 15 D 37 152 C 28
Octal 162 132 143 0 25 15 67 522 14 50
Binary 1110010 1011010 1100011 0 10101 1101 110111 101010010 1100 101000

Color Harmonies of #725A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A63

Black with #725A63

Text Example


Text Example

White with #725A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,90,99); }

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

background-color css

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

 a { background-color: rgb(114,90,99); }

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

border-color css

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

 span { border-color: rgb(114,90,99); }

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