Html Css Color HEX #726B6D Scorpion

📋 copy color: '#726B6D'

red 114 ◦ green 107 ◦ blue 109

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

Shades of Scorpion #726B6D

Tints of Scorpion #726B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 109 (42.97% from 255) = 33.03%

R = 34.55%
G = 32.42%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#726B6D (or 0x726B6D) is known color: Scorpion. HEX triplet: 72, 6B and 6D. RGB value is (114,107,109). Sum of RGB (Red+Green+Blue) = 114+107+109=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B6D is #8D9492. Grayscale: #6D6D6D. Windows color (decimal): -9278611 or 7170930. OLE color: 7170930.

HSL color Cylindrical-coordinate representation of color #726B6D: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #726B6D is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 109 -
CMYK 0 0.06 0.04 0.55
HSL 342.86º 0.03% 0.43% -
HSV(B) 342.86º 0.06% 0.45% -
XYZ 14.96 15.2 16.61 -
YUV 109.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 114 107 109 0 0.06 0.04 0.55 342.86 0.03 0.43
Hex 72 6B 6D 0 6 4 37 157 3 2B
Octal 162 153 155 0 6 4 67 527 3 53
Binary 1110010 1101011 1101101 0 110 100 110111 101010111 11 101011

Color Harmonies of #726B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B6D

Black with #726B6D

Text Example


Text Example

White with #726B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B6D; }

 p { color: rgb(114,107,109); }

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

background-color css

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

 a { background-color: rgb(114,107,109); }

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

border-color css

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

 span { border-color: rgb(114,107,109); }

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