Html Css Color HEX #72666A Scorpion

📋 copy color: '#72666A'

red 114 ◦ green 102 ◦ blue 106

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

Shades of Scorpion #72666A

Tints of Scorpion #72666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

 BLUE value IS 106 (41.8% from 255) = 32.92%

R = 35.4%
G = 31.68%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#72666A (or 0x72666A) is known color: Scorpion. HEX triplet: 72, 66 and 6A. RGB value is (114,102,106). Sum of RGB (Red+Green+Blue) = 114+102+106=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 114 - color contains mainly: red. Hex color #72666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666A is #8D9995. Grayscale: #6A6A6A. Windows color (decimal): -9279894 or 6973042. OLE color: 6973042.

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

Color convert

RGB 114 102 106 -
CMYK 0 0.11 0.07 0.55
HSL 340º 0.06% 0.42% -
HSV(B) 340º 0.11% 0.45% -
XYZ 14.29 14.12 15.61 -
YUV 106.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 114 102 106 0 0.11 0.07 0.55 340 0.06 0.42
Hex 72 66 6A 0 B 7 37 154 6 2A
Octal 162 146 152 0 13 7 67 524 6 52
Binary 1110010 1100110 1101010 0 1011 111 110111 101010100 110 101010

Color Harmonies of #72666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72666A

Black with #72666A

Text Example


Text Example

White with #72666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72666A; }

 p { color: rgb(114,102,106); }

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

background-color css

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

 a { background-color: rgb(114,102,106); }

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

border-color css

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

 span { border-color: rgb(114,102,106); }

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