Html Css Color HEX #73696D Scorpion

📋 copy color: '#73696D'

red 115 ◦ green 105 ◦ blue 109

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

Shades of Scorpion #73696D

Tints of Scorpion #73696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.91%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 34.95%
G = 31.91%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73696D (or 0x73696D) is known color: Scorpion. HEX triplet: 73, 69 and 6D. RGB value is (115,105,109). Sum of RGB (Red+Green+Blue) = 115+105+109=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 115 - color contains mainly: red. Hex color #73696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73696D is #8C9692. Grayscale: #6C6C6C. Windows color (decimal): -9213587 or 7170419. OLE color: 7170419.

HSL color Cylindrical-coordinate representation of color #73696D: hue angle of 336º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73696D is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 109 -
CMYK 0 0.09 0.05 0.55
HSL 336º 0.05% 0.43% -
HSV(B) 336º 0.09% 0.45% -
XYZ 14.88 14.85 16.55 -
YUV 108.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 115 105 109 0 0.09 0.05 0.55 336 0.05 0.43
Hex 73 69 6D 0 9 5 37 150 5 2B
Octal 163 151 155 0 11 5 67 520 5 53
Binary 1110011 1101001 1101101 0 1001 101 110111 101010000 101 101011

Color Harmonies of #73696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73696D

Black with #73696D

Text Example


Text Example

White with #73696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73696D; }

 p { color: rgb(115,105,109); }

 H1.HeaderClassName
 {
   color: #73696D;
 }
 .AnyTagClassName
 {
   color: #73696D;
 }
</style>

background-color css

<style>
 a { background-color: #73696D; }

 a { background-color: rgb(115,105,109); }

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

border-color css

<style>
 span { border-color: #73696D; }

 span { border-color: rgb(115,105,109); }

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