Html Css Color HEX #726268 Scorpion

📋 copy color: '#726268'

red 114 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #726268

Tints of Scorpion #726268

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.01%

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

R = 36.08%
G = 31.01%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#726268 (or 0x726268) is known color: Scorpion. HEX triplet: 72, 62 and 68. RGB value is (114,98,104). Sum of RGB (Red+Green+Blue) = 114+98+104=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726268 is #8D9D97. Grayscale: #676767. Windows color (decimal): -9280920 or 6840946. OLE color: 6840946.

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

Color convert

RGB 114 98 104 -
CMYK 0 0.14 0.09 0.55
HSL 337.5º 0.08% 0.42% -
HSV(B) 337.5º 0.14% 0.45% -
XYZ 13.81 13.31 14.94 -
YUV 103.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 114 98 104 0 0.14 0.09 0.55 337.5 0.08 0.42
Hex 72 62 68 0 E 9 37 152 8 2A
Octal 162 142 150 0 16 11 67 522 10 52
Binary 1110010 1100010 1101000 0 1110 1001 110111 101010010 1000 101010

Color Harmonies of #726268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726268

Black with #726268

Text Example


Text Example

White with #726268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726268; }

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

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

background-color css

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

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

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

border-color css

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

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

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