Html Css Color HEX #73666B Scorpion

📋 copy color: '#73666B'

red 115 ◦ green 102 ◦ blue 107

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

Shades of Scorpion #73666B

Tints of Scorpion #73666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.48%

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

R = 35.49%
G = 31.48%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73666B (or 0x73666B) is known color: Scorpion. HEX triplet: 73, 66 and 6B. RGB value is (115,102,107). Sum of RGB (Red+Green+Blue) = 115+102+107=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #73666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73666B is #8C9994. Grayscale: #6A6A6A. Windows color (decimal): -9214357 or 7038579. OLE color: 7038579.

HSL color Cylindrical-coordinate representation of color #73666B: hue angle of 336.92º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #73666B is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 102 107 -
CMYK 0 0.11 0.07 0.55
HSL 336.92º 0.06% 0.43% -
HSV(B) 336.92º 0.11% 0.45% -
XYZ 14.48 14.21 15.89 -
YUV 106.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 115 102 107 0 0.11 0.07 0.55 336.92 0.06 0.43
Hex 73 66 6B 0 B 7 37 151 6 2B
Octal 163 146 153 0 13 7 67 521 6 53
Binary 1110011 1100110 1101011 0 1011 111 110111 101010001 110 101011

Color Harmonies of #73666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73666B

Black with #73666B

Text Example


Text Example

White with #73666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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