Html Css Color HEX #726367 Scorpion

📋 copy color: '#726367'

red 114 ◦ green 99 ◦ blue 103

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

Shades of Scorpion #726367

Tints of Scorpion #726367

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.33%

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

R = 36.08%
G = 31.33%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726367 (or 0x726367) is known color: Scorpion. HEX triplet: 72, 63 and 67. RGB value is (114,99,103). Sum of RGB (Red+Green+Blue) = 114+99+103=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726367 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726367 is #8D9C98. Grayscale: #676767. Windows color (decimal): -9280665 or 6775666. OLE color: 6775666.

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

Color convert

RGB 114 99 103 -
CMYK 0 0.13 0.10 0.55
HSL 344º 0.07% 0.42% -
HSV(B) 344º 0.13% 0.45% -
XYZ 13.85 13.48 14.7 -
YUV 103.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 114 99 103 0 0.13 0.10 0.55 344 0.07 0.42
Hex 72 63 67 0 D A 37 158 7 2A
Octal 162 143 147 0 15 12 67 530 7 52
Binary 1110010 1100011 1100111 0 1101 1010 110111 101011000 111 101010

Color Harmonies of #726367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726367

Black with #726367

Text Example


Text Example

White with #726367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726367; }

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

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

background-color css

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

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

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

border-color css

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

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

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