Html Css Color HEX #726568 Scorpion

📋 copy color: '#726568'

red 114 ◦ green 101 ◦ blue 104

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

Shades of Scorpion #726568

Tints of Scorpion #726568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.66%

 BLUE value IS 104 (41.02% from 255) = 32.6%

R = 35.74%
G = 31.66%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#726568 (or 0x726568) is known color: Scorpion. HEX triplet: 72, 65 and 68. RGB value is (114,101,104). Sum of RGB (Red+Green+Blue) = 114+101+104=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726568 is #8D9A97. Grayscale: #696969. Windows color (decimal): -9280152 or 6841714. OLE color: 6841714.

HSL color Cylindrical-coordinate representation of color #726568: hue angle of 346.15º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726568 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 101 104 -
CMYK 0 0.11 0.09 0.55
HSL 346.15º 0.06% 0.42% -
HSV(B) 346.15º 0.11% 0.45% -
XYZ 14.09 13.88 15.03 -
YUV 105.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 114 101 104 0 0.11 0.09 0.55 346.15 0.06 0.42
Hex 72 65 68 0 B 9 37 15A 6 2A
Octal 162 145 150 0 13 11 67 532 6 52
Binary 1110010 1100101 1101000 0 1011 1001 110111 101011010 110 101010

Color Harmonies of #726568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726568

Black with #726568

Text Example


Text Example

White with #726568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726568; }

 p { color: rgb(114,101,104); }

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

background-color css

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

 a { background-color: rgb(114,101,104); }

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

border-color css

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

 span { border-color: rgb(114,101,104); }

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