Html Css Color HEX #726069 Scorpion

📋 copy color: '#726069'

red 114 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #726069

Tints of Scorpion #726069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 36.19%
G = 30.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#726069 (or 0x726069) is known color: Scorpion. HEX triplet: 72, 60 and 69. RGB value is (114,96,105). Sum of RGB (Red+Green+Blue) = 114+96+105=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726069 is #8D9F96. Grayscale: #666666. Windows color (decimal): -9281431 or 6905970. OLE color: 6905970.

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

Color convert

RGB 114 96 105 -
CMYK 0 0.16 0.08 0.55
HSL 330º 0.09% 0.41% -
HSV(B) 330º 0.16% 0.45% -
XYZ 13.67 12.96 15.15 -
YUV 102.41 129.46 136.27 -
System Red Green Blue C M Y K H S L
Decimal 114 96 105 0 0.16 0.08 0.55 330 0.09 0.41
Hex 72 60 69 0 10 8 37 14A 9 29
Octal 162 140 151 0 20 10 67 512 11 51
Binary 1110010 1100000 1101001 0 10000 1000 110111 101001010 1001 101001

Color Harmonies of #726069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726069

Black with #726069

Text Example


Text Example

White with #726069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726069; }

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

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

background-color css

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

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

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

border-color css

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

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

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