Html Css Color HEX #73686B Scorpion

📋 copy color: '#73686B'

red 115 ◦ green 104 ◦ blue 107

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

Shades of Scorpion #73686B

Tints of Scorpion #73686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.9%

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

R = 35.28%
G = 31.9%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73686B (or 0x73686B) is known color: Scorpion. HEX triplet: 73, 68 and 6B. RGB value is (115,104,107). Sum of RGB (Red+Green+Blue) = 115+104+107=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73686B is #8C9794. Grayscale: #6B6B6B. Windows color (decimal): -9213845 or 7039091. OLE color: 7039091.

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

Color convert

RGB 115 104 107 -
CMYK 0 0.10 0.07 0.55
HSL 343.64º 0.05% 0.43% -
HSV(B) 343.64º 0.1% 0.45% -
XYZ 14.67 14.61 15.96 -
YUV 107.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 115 104 107 0 0.10 0.07 0.55 343.64 0.05 0.43
Hex 73 68 6B 0 A 7 37 158 5 2B
Octal 163 150 153 0 12 7 67 530 5 53
Binary 1110011 1101000 1101011 0 1010 111 110111 101011000 101 101011

Color Harmonies of #73686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73686B

Black with #73686B

Text Example


Text Example

White with #73686B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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