Html Css Color HEX #725B66 Scorpion

📋 copy color: '#725B66'

red 114 ◦ green 91 ◦ blue 102

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

Shades of Scorpion #725B66

Tints of Scorpion #725B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 37.13%
G = 29.64%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#725B66 (or 0x725B66) is known color: Scorpion. HEX triplet: 72, 5B and 66. RGB value is (114,91,102). Sum of RGB (Red+Green+Blue) = 114+91+102=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 91 (35.94% from 255 or 29.64% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B66 is #8DA499. Grayscale: #636363. Windows color (decimal): -9282714 or 6708082. OLE color: 6708082.

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

Color convert

RGB 114 91 102 -
CMYK 0 0.20 0.11 0.55
HSL 331.3º 0.11% 0.4% -
HSV(B) 331.3º 0.2% 0.45% -
XYZ 13.08 12.02 14.2 -
YUV 99.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 114 91 102 0 0.20 0.11 0.55 331.3 0.11 0.4
Hex 72 5B 66 0 14 B 37 14B B 28
Octal 162 133 146 0 24 13 67 513 13 50
Binary 1110010 1011011 1100110 0 10100 1011 110111 101001011 1011 101000

Color Harmonies of #725B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B66

Black with #725B66

Text Example


Text Example

White with #725B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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