Html Css Color HEX #725A64 Scorpion

📋 copy color: '#725A64'

red 114 ◦ green 90 ◦ blue 100

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

Shades of Scorpion #725A64

Tints of Scorpion #725A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 37.5%
G = 29.61%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#725A64 (or 0x725A64) is known color: Scorpion. HEX triplet: 72, 5A and 64. RGB value is (114,90,100). Sum of RGB (Red+Green+Blue) = 114+90+100=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 114 - color contains mainly: red. Hex color #725A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A64 is #8DA59B. Grayscale: #626262. Windows color (decimal): -9282972 or 6576754. OLE color: 6576754.

HSL color Cylindrical-coordinate representation of color #725A64: hue angle of 335º 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 #725A64 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 90 100 -
CMYK 0 0.21 0.12 0.55
HSL 335º 0.12% 0.4% -
HSV(B) 335º 0.21% 0.45% -
XYZ 12.9 11.81 13.66 -
YUV 98.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 114 90 100 0 0.21 0.12 0.55 335 0.12 0.4
Hex 72 5A 64 0 15 C 37 14F C 28
Octal 162 132 144 0 25 14 67 517 14 50
Binary 1110010 1011010 1100100 0 10101 1100 110111 101001111 1100 101000

Color Harmonies of #725A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725A64

Black with #725A64

Text Example


Text Example

White with #725A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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