Html Css Color HEX #73626A Scorpion

📋 copy color: '#73626A'

red 115 ◦ green 98 ◦ blue 106

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

Shades of Scorpion #73626A

Tints of Scorpion #73626A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.72%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 36.05%
G = 30.72%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73626A (or 0x73626A) is known color: Scorpion. HEX triplet: 73, 62 and 6A. RGB value is (115,98,106). Sum of RGB (Red+Green+Blue) = 115+98+106=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73626A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73626A is #8C9D95. Grayscale: #676767. Windows color (decimal): -9215382 or 6972019. OLE color: 6972019.

HSL color Cylindrical-coordinate representation of color #73626A: hue angle of 331.76º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #73626A is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 106 -
CMYK 0 0.15 0.08 0.55
HSL 331.76º 0.08% 0.42% -
HSV(B) 331.76º 0.15% 0.45% -
XYZ 14.04 13.42 15.49 -
YUV 104 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 115 98 106 0 0.15 0.08 0.55 331.76 0.08 0.42
Hex 73 62 6A 0 F 8 37 14C 8 2A
Octal 163 142 152 0 17 10 67 514 10 52
Binary 1110011 1100010 1101010 0 1111 1000 110111 101001100 1000 101010

Color Harmonies of #73626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73626A

Black with #73626A

Text Example


Text Example

White with #73626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73626A; }

 p { color: rgb(115,98,106); }

 H1.HeaderClassName
 {
   color: #73626A;
 }
 .AnyTagClassName
 {
   color: #73626A;
 }
</style>

background-color css

<style>
 a { background-color: #73626A; }

 a { background-color: rgb(115,98,106); }

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

border-color css

<style>
 span { border-color: #73626A; }

 span { border-color: rgb(115,98,106); }

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