Html Css Color HEX #72626B Scorpion

📋 copy color: '#72626B'

red 114 ◦ green 98 ◦ blue 107

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

Shades of Scorpion #72626B

Tints of Scorpion #72626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

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

R = 35.74%
G = 30.72%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#72626B (or 0x72626B) is known color: Scorpion. HEX triplet: 72, 62 and 6B. RGB value is (114,98,107). Sum of RGB (Red+Green+Blue) = 114+98+107=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #72626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72626B is #8D9D94. Grayscale: #676767. Windows color (decimal): -9280917 or 7037554. OLE color: 7037554.

HSL color Cylindrical-coordinate representation of color #72626B: hue angle of 326.25º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #72626B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 98 107 -
CMYK 0 0.14 0.06 0.55
HSL 326.25º 0.08% 0.42% -
HSV(B) 326.25º 0.14% 0.45% -
XYZ 13.96 13.37 15.76 -
YUV 103.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 114 98 107 0 0.14 0.06 0.55 326.25 0.08 0.42
Hex 72 62 6B 0 E 6 37 146 8 2A
Octal 162 142 153 0 16 6 67 506 10 52
Binary 1110010 1100010 1101011 0 1110 110 110111 101000110 1000 101010

Color Harmonies of #72626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72626B

Black with #72626B

Text Example


Text Example

White with #72626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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