Html Css Color HEX #72686C Scorpion

📋 copy color: '#72686C'

red 114 ◦ green 104 ◦ blue 108

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

Shades of Scorpion #72686C

Tints of Scorpion #72686C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 34.97%
G = 31.9%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72686C (or 0x72686C) is known color: Scorpion. HEX triplet: 72, 68 and 6C. RGB value is (114,104,108). Sum of RGB (Red+Green+Blue) = 114+104+108=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72686C is #8D9793. Grayscale: #6B6B6B. Windows color (decimal): -9279380 or 7104626. OLE color: 7104626.

HSL color Cylindrical-coordinate representation of color #72686C: hue angle of 336º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #72686C is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 104 108 -
CMYK 0 0.09 0.05 0.55
HSL 336º 0.05% 0.43% -
HSV(B) 336º 0.09% 0.45% -
XYZ 14.6 14.56 16.23 -
YUV 107.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 114 104 108 0 0.09 0.05 0.55 336 0.05 0.43
Hex 72 68 6C 0 9 5 37 150 5 2B
Octal 162 150 154 0 11 5 67 520 5 53
Binary 1110010 1101000 1101100 0 1001 101 110111 101010000 101 101011

Color Harmonies of #72686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72686C

Black with #72686C

Text Example


Text Example

White with #72686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72686C; }

 p { color: rgb(114,104,108); }

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

background-color css

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

 a { background-color: rgb(114,104,108); }

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

border-color css

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

 span { border-color: rgb(114,104,108); }

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