Html Css Color HEX #73626C Scorpion

📋 copy color: '#73626C'

red 115 ◦ green 98 ◦ blue 108

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

Shades of Scorpion #73626C

Tints of Scorpion #73626C

RGB

 RED value IS 115 (45.31% from 255) = 35.83%

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

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

R = 35.83%
G = 30.53%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73626C (or 0x73626C) is known color: Scorpion. HEX triplet: 73, 62 and 6C. RGB value is (115,98,108). Sum of RGB (Red+Green+Blue) = 115+98+108=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #73626C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626C is #8C9D93. Grayscale: #686868. Windows color (decimal): -9215380 or 7103091. OLE color: 7103091.

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

Color convert

RGB 115 98 108 -
CMYK 0 0.15 0.06 0.55
HSL 324.71º 0.08% 0.42% -
HSV(B) 324.71º 0.15% 0.45% -
XYZ 14.14 13.46 16.04 -
YUV 104.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 115 98 108 0 0.15 0.06 0.55 324.71 0.08 0.42
Hex 73 62 6C 0 F 6 37 145 8 2A
Octal 163 142 154 0 17 6 67 505 10 52
Binary 1110011 1100010 1101100 0 1111 110 110111 101000101 1000 101010

Color Harmonies of #73626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73626C

Black with #73626C

Text Example


Text Example

White with #73626C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,98,108); }

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

background-color css

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

 a { background-color: rgb(115,98,108); }

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

border-color css

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

 span { border-color: rgb(115,98,108); }

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