Html Css Color HEX #72676C Scorpion

📋 copy color: '#72676C'

red 114 ◦ green 103 ◦ blue 108

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

Shades of Scorpion #72676C

Tints of Scorpion #72676C

RGB

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

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

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

R = 35.08%
G = 31.69%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#72676C (or 0x72676C) is known color: Scorpion. HEX triplet: 72, 67 and 6C. RGB value is (114,103,108). Sum of RGB (Red+Green+Blue) = 114+103+108=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #72676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72676C is #8D9893. Grayscale: #6A6A6A. Windows color (decimal): -9279636 or 7104370. OLE color: 7104370.

HSL color Cylindrical-coordinate representation of color #72676C: hue angle of 332.73º 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 #72676C is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 108 -
CMYK 0 0.10 0.05 0.55
HSL 332.73º 0.05% 0.43% -
HSV(B) 332.73º 0.1% 0.45% -
XYZ 14.5 14.36 16.2 -
YUV 106.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 114 103 108 0 0.10 0.05 0.55 332.73 0.05 0.43
Hex 72 67 6C 0 A 5 37 14D 5 2B
Octal 162 147 154 0 12 5 67 515 5 53
Binary 1110010 1100111 1101100 0 1010 101 110111 101001101 101 101011

Color Harmonies of #72676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72676C

Black with #72676C

Text Example


Text Example

White with #72676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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