Html Css Color HEX #72666B Scorpion

📋 copy color: '#72666B'

red 114 ◦ green 102 ◦ blue 107

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

Shades of Scorpion #72666B

Tints of Scorpion #72666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 35.29%
G = 31.58%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72666B (or 0x72666B) is known color: Scorpion. HEX triplet: 72, 66 and 6B. RGB value is (114,102,107). Sum of RGB (Red+Green+Blue) = 114+102+107=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #72666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72666B is #8D9994. Grayscale: #6A6A6A. Windows color (decimal): -9279893 or 7038578. OLE color: 7038578.

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

Color convert

RGB 114 102 107 -
CMYK 0 0.11 0.06 0.55
HSL 335º 0.06% 0.42% -
HSV(B) 335º 0.11% 0.45% -
XYZ 14.34 14.14 15.88 -
YUV 106.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 114 102 107 0 0.11 0.06 0.55 335 0.06 0.42
Hex 72 66 6B 0 B 6 37 14F 6 2A
Octal 162 146 153 0 13 6 67 517 6 52
Binary 1110010 1100110 1101011 0 1011 110 110111 101001111 110 101010

Color Harmonies of #72666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72666B

Black with #72666B

Text Example


Text Example

White with #72666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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