Html Css Color HEX #72676D Scorpion

📋 copy color: '#72676D'

red 114 ◦ green 103 ◦ blue 109

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

Shades of Scorpion #72676D

Tints of Scorpion #72676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 34.97%
G = 31.6%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#72676D (or 0x72676D) is known color: Scorpion. HEX triplet: 72, 67 and 6D. RGB value is (114,103,109). Sum of RGB (Red+Green+Blue) = 114+103+109=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #72676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72676D is #8D9892. Grayscale: #6A6A6A. Windows color (decimal): -9279635 or 7169906. OLE color: 7169906.

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

Color convert

RGB 114 103 109 -
CMYK 0 0.10 0.04 0.55
HSL 327.27º 0.05% 0.43% -
HSV(B) 327.27º 0.1% 0.45% -
XYZ 14.55 14.38 16.48 -
YUV 106.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 114 103 109 0 0.10 0.04 0.55 327.27 0.05 0.43
Hex 72 67 6D 0 A 4 37 147 5 2B
Octal 162 147 155 0 12 4 67 507 5 53
Binary 1110010 1100111 1101101 0 1010 100 110111 101000111 101 101011

Color Harmonies of #72676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72676D

Black with #72676D

Text Example


Text Example

White with #72676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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