Html Css Color HEX #726164 Scorpion

📋 copy color: '#726164'

red 114 ◦ green 97 ◦ blue 100

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

Shades of Scorpion #726164

Tints of Scorpion #726164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

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

R = 36.66%
G = 31.19%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#726164 (or 0x726164) is known color: Scorpion. HEX triplet: 72, 61 and 64. RGB value is (114,97,100). Sum of RGB (Red+Green+Blue) = 114+97+100=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726164 is #8D9E9B. Grayscale: #666666. Windows color (decimal): -9281180 or 6578546. OLE color: 6578546.

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

Color convert

RGB 114 97 100 -
CMYK 0 0.15 0.12 0.55
HSL 349.41º 0.08% 0.41% -
HSV(B) 349.41º 0.15% 0.45% -
XYZ 13.51 13.05 13.86 -
YUV 102.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 114 97 100 0 0.15 0.12 0.55 349.41 0.08 0.41
Hex 72 61 64 0 F C 37 15D 8 29
Octal 162 141 144 0 17 14 67 535 10 51
Binary 1110010 1100001 1100100 0 1111 1100 110111 101011101 1000 101001

Color Harmonies of #726164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726164

Black with #726164

Text Example


Text Example

White with #726164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726164; }

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

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

background-color css

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

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

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

border-color css

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

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

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