Html Css Color HEX #725C61 Scorpion

📋 copy color: '#725C61'

red 114 ◦ green 92 ◦ blue 97

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

Shades of Scorpion #725C61

Tints of Scorpion #725C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.01%

R = 37.62%
G = 30.36%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#725C61 (or 0x725C61) is known color: Scorpion. HEX triplet: 72, 5C and 61. RGB value is (114,92,97). Sum of RGB (Red+Green+Blue) = 114+92+97=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C61 is #8DA39E. Grayscale: #636363. Windows color (decimal): -9282463 or 6380658. OLE color: 6380658.

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

Color convert

RGB 114 92 97 -
CMYK 0 0.19 0.15 0.55
HSL 346.36º 0.11% 0.4% -
HSV(B) 346.36º 0.19% 0.45% -
XYZ 12.92 12.09 12.96 -
YUV 99.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 114 92 97 0 0.19 0.15 0.55 346.36 0.11 0.4
Hex 72 5C 61 0 13 F 37 15A B 28
Octal 162 134 141 0 23 17 67 532 13 50
Binary 1110010 1011100 1100001 0 10011 1111 110111 101011010 1011 101000

Color Harmonies of #725C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C61

Black with #725C61

Text Example


Text Example

White with #725C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,92,97); }

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

background-color css

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

 a { background-color: rgb(114,92,97); }

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

border-color css

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

 span { border-color: rgb(114,92,97); }

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