Html Css Color HEX #726265 Scorpion

📋 copy color: '#726265'

red 114 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #726265

Tints of Scorpion #726265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 36.42%
G = 31.31%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#726265 (or 0x726265) is known color: Scorpion. HEX triplet: 72, 62 and 65. RGB value is (114,98,101). Sum of RGB (Red+Green+Blue) = 114+98+101=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #726265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726265 is #8D9D9A. Grayscale: #676767. Windows color (decimal): -9280923 or 6644338. OLE color: 6644338.

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

Color convert

RGB 114 98 101 -
CMYK 0 0.14 0.11 0.55
HSL 348.75º 0.08% 0.42% -
HSV(B) 348.75º 0.14% 0.45% -
XYZ 13.66 13.25 14.15 -
YUV 103.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 114 98 101 0 0.14 0.11 0.55 348.75 0.08 0.42
Hex 72 62 65 0 E B 37 15D 8 2A
Octal 162 142 145 0 16 13 67 535 10 52
Binary 1110010 1100010 1100101 0 1110 1011 110111 101011101 1000 101010

Color Harmonies of #726265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726265

Black with #726265

Text Example


Text Example

White with #726265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726265; }

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

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

background-color css

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

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

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

border-color css

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

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

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