Html Css Color HEX #73646A Scorpion

📋 copy color: '#73646A'

red 115 ◦ green 100 ◦ blue 106

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

Shades of Scorpion #73646A

Tints of Scorpion #73646A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.15%

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 35.83%
G = 31.15%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73646A (or 0x73646A) is known color: Scorpion. HEX triplet: 73, 64 and 6A. RGB value is (115,100,106). Sum of RGB (Red+Green+Blue) = 115+100+106=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #73646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73646A is #8C9B95. Grayscale: #696969. Windows color (decimal): -9214870 or 6972531. OLE color: 6972531.

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

Color convert

RGB 115 100 106 -
CMYK 0 0.13 0.08 0.55
HSL 336º 0.07% 0.42% -
HSV(B) 336º 0.13% 0.45% -
XYZ 14.23 13.8 15.55 -
YUV 105.17 128.47 135.01 -
System Red Green Blue C M Y K H S L
Decimal 115 100 106 0 0.13 0.08 0.55 336 0.07 0.42
Hex 73 64 6A 0 D 8 37 150 7 2A
Octal 163 144 152 0 15 10 67 520 7 52
Binary 1110011 1100100 1101010 0 1101 1000 110111 101010000 111 101010

Color Harmonies of #73646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73646A

Black with #73646A

Text Example


Text Example

White with #73646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73646A; }

 p { color: rgb(115,100,106); }

 H1.HeaderClassName
 {
   color: #73646A;
 }
 .AnyTagClassName
 {
   color: #73646A;
 }
</style>

background-color css

<style>
 a { background-color: #73646A; }

 a { background-color: rgb(115,100,106); }

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

border-color css

<style>
 span { border-color: #73646A; }

 span { border-color: rgb(115,100,106); }

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