Html Css Color HEX #726469 Scorpion

📋 copy color: '#726469'

red 114 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #726469

Tints of Scorpion #726469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 105 (41.41% from 255) = 32.92%

R = 35.74%
G = 31.35%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#726469 (or 0x726469) is known color: Scorpion. HEX triplet: 72, 64 and 69. RGB value is (114,100,105). Sum of RGB (Red+Green+Blue) = 114+100+105=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726469 is #8D9B96. Grayscale: #686868. Windows color (decimal): -9280407 or 6906994. OLE color: 6906994.

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

Color convert

RGB 114 100 105 -
CMYK 0 0.12 0.08 0.55
HSL 338.57º 0.07% 0.42% -
HSV(B) 338.57º 0.12% 0.45% -
XYZ 14.05 13.71 15.27 -
YUV 104.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 114 100 105 0 0.12 0.08 0.55 338.57 0.07 0.42
Hex 72 64 69 0 C 8 37 153 7 2A
Octal 162 144 151 0 14 10 67 523 7 52
Binary 1110010 1100100 1101001 0 1100 1000 110111 101010011 111 101010

Color Harmonies of #726469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726469

Black with #726469

Text Example


Text Example

White with #726469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726469; }

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

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

background-color css

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

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

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

border-color css

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

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

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