Html Css Color HEX #726267 Scorpion

📋 copy color: '#726267'

red 114 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #726267

Tints of Scorpion #726267

RGB

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

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

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

R = 36.19%
G = 31.11%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726267 (or 0x726267) is known color: Scorpion. HEX triplet: 72, 62 and 67. RGB value is (114,98,103). Sum of RGB (Red+Green+Blue) = 114+98+103=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726267 is #8D9D98. Grayscale: #676767. Windows color (decimal): -9280921 or 6775410. OLE color: 6775410.

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

Color convert

RGB 114 98 103 -
CMYK 0 0.14 0.10 0.55
HSL 341.25º 0.08% 0.42% -
HSV(B) 341.25º 0.14% 0.45% -
XYZ 13.76 13.29 14.67 -
YUV 103.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 114 98 103 0 0.14 0.10 0.55 341.25 0.08 0.42
Hex 72 62 67 0 E A 37 155 8 2A
Octal 162 142 147 0 16 12 67 525 10 52
Binary 1110010 1100010 1100111 0 1110 1010 110111 101010101 1000 101010

Color Harmonies of #726267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726267

Black with #726267

Text Example


Text Example

White with #726267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726267; }

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

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

background-color css

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

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

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

border-color css

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

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

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