Html Css Color HEX #726567 Scorpion

📋 copy color: '#726567'

red 114 ◦ green 101 ◦ blue 103

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

Shades of Scorpion #726567

Tints of Scorpion #726567

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.76%

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

R = 35.85%
G = 31.76%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#726567 (or 0x726567) is known color: Scorpion. HEX triplet: 72, 65 and 67. RGB value is (114,101,103). Sum of RGB (Red+Green+Blue) = 114+101+103=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 114 - color contains mainly: red. Hex color #726567 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726567 is #8D9A98. Grayscale: #696969. Windows color (decimal): -9280153 or 6776178. OLE color: 6776178.

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

Color convert

RGB 114 101 103 -
CMYK 0 0.11 0.10 0.55
HSL 350.77º 0.06% 0.42% -
HSV(B) 350.77º 0.11% 0.45% -
XYZ 14.04 13.86 14.77 -
YUV 105.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 114 101 103 0 0.11 0.10 0.55 350.77 0.06 0.42
Hex 72 65 67 0 B A 37 15F 6 2A
Octal 162 145 147 0 13 12 67 537 6 52
Binary 1110010 1100101 1100111 0 1011 1010 110111 101011111 110 101010

Color Harmonies of #726567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726567

Black with #726567

Text Example


Text Example

White with #726567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726567; }

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

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

background-color css

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

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

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

border-color css

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

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

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