Html Css Color HEX #73646B Scorpion

📋 copy color: '#73646B'

red 115 ◦ green 100 ◦ blue 107

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

Shades of Scorpion #73646B

Tints of Scorpion #73646B

RGB

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

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

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

R = 35.71%
G = 31.06%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73646B (or 0x73646B) is known color: Scorpion. HEX triplet: 73, 64 and 6B. RGB value is (115,100,107). Sum of RGB (Red+Green+Blue) = 115+100+107=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #73646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73646B is #8C9B94. Grayscale: #696969. Windows color (decimal): -9214869 or 7038067. OLE color: 7038067.

HSL color Cylindrical-coordinate representation of color #73646B: hue angle of 332º 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 #73646B is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 100 107 -
CMYK 0 0.13 0.07 0.55
HSL 332º 0.07% 0.42% -
HSV(B) 332º 0.13% 0.45% -
XYZ 14.28 13.82 15.82 -
YUV 105.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 115 100 107 0 0.13 0.07 0.55 332 0.07 0.42
Hex 73 64 6B 0 D 7 37 14C 7 2A
Octal 163 144 153 0 15 7 67 514 7 52
Binary 1110011 1100100 1101011 0 1101 111 110111 101001100 111 101010

Color Harmonies of #73646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73646B

Black with #73646B

Text Example


Text Example

White with #73646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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