Html Css Color HEX #73676D Scorpion

📋 copy color: '#73676D'

red 115 ◦ green 103 ◦ blue 109

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

Shades of Scorpion #73676D

Tints of Scorpion #73676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.5%

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

R = 35.17%
G = 31.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#73676D (or 0x73676D) is known color: Scorpion. HEX triplet: 73, 67 and 6D. RGB value is (115,103,109). Sum of RGB (Red+Green+Blue) = 115+103+109=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 115 - color contains mainly: red. Hex color #73676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73676D is #8C9892. Grayscale: #6B6B6B. Windows color (decimal): -9214099 or 7169907. OLE color: 7169907.

HSL color Cylindrical-coordinate representation of color #73676D: hue angle of 330º degrees, saturation: 0.06, 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 #73676D is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 109 -
CMYK 0 0.10 0.05 0.55
HSL 330º 0.06% 0.43% -
HSV(B) 330º 0.1% 0.45% -
XYZ 14.68 14.45 16.48 -
YUV 107.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 115 103 109 0 0.10 0.05 0.55 330 0.06 0.43
Hex 73 67 6D 0 A 5 37 14A 6 2B
Octal 163 147 155 0 12 5 67 512 6 53
Binary 1110011 1100111 1101101 0 1010 101 110111 101001010 110 101011

Color Harmonies of #73676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73676D

Black with #73676D

Text Example


Text Example

White with #73676D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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