Html Css Color HEX #725E64 Scorpion

📋 copy color: '#725E64'

red 114 ◦ green 94 ◦ blue 100

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

Shades of Scorpion #725E64

Tints of Scorpion #725E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 37.01%
G = 30.52%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#725E64 (or 0x725E64) is known color: Scorpion. HEX triplet: 72, 5E and 64. RGB value is (114,94,100). Sum of RGB (Red+Green+Blue) = 114+94+100=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E64 is #8DA19B. Grayscale: #646464. Windows color (decimal): -9281948 or 6577778. OLE color: 6577778.

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

Color convert

RGB 114 94 100 -
CMYK 0 0.18 0.12 0.55
HSL 342º 0.1% 0.41% -
HSV(B) 342º 0.18% 0.45% -
XYZ 13.24 12.5 13.77 -
YUV 100.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 114 94 100 0 0.18 0.12 0.55 342 0.1 0.41
Hex 72 5E 64 0 12 C 37 156 A 29
Octal 162 136 144 0 22 14 67 526 12 51
Binary 1110010 1011110 1100100 0 10010 1100 110111 101010110 1010 101001

Color Harmonies of #725E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E64

Black with #725E64

Text Example


Text Example

White with #725E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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