Html Css Color HEX #726467 Scorpion

📋 copy color: '#726467'

red 114 ◦ green 100 ◦ blue 103

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

Shades of Scorpion #726467

Tints of Scorpion #726467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.49%

R = 35.96%
G = 31.55%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726467 (or 0x726467) is known color: Scorpion. HEX triplet: 72, 64 and 67. RGB value is (114,100,103). Sum of RGB (Red+Green+Blue) = 114+100+103=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726467 is #8D9B98. Grayscale: #686868. Windows color (decimal): -9280409 or 6775922. OLE color: 6775922.

HSL color Cylindrical-coordinate representation of color #726467: hue angle of 347.14º 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 #726467 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 100 103 -
CMYK 0 0.12 0.10 0.55
HSL 347.14º 0.07% 0.42% -
HSV(B) 347.14º 0.12% 0.45% -
XYZ 13.94 13.67 14.74 -
YUV 104.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 114 100 103 0 0.12 0.10 0.55 347.14 0.07 0.42
Hex 72 64 67 0 C A 37 15B 7 2A
Octal 162 144 147 0 14 12 67 533 7 52
Binary 1110010 1100100 1100111 0 1100 1010 110111 101011011 111 101010

Color Harmonies of #726467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726467

Black with #726467

Text Example


Text Example

White with #726467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726467; }

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

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

background-color css

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

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

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

border-color css

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

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

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