Html Css Color HEX #73636A Scorpion

📋 copy color: '#73636A'

red 115 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #73636A

Tints of Scorpion #73636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.94%

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

R = 35.94%
G = 30.94%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73636A (or 0x73636A) is known color: Scorpion. HEX triplet: 73, 63 and 6A. RGB value is (115,99,106). Sum of RGB (Red+Green+Blue) = 115+99+106=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #73636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73636A is #8C9C95. Grayscale: #686868. Windows color (decimal): -9215126 or 6972275. OLE color: 6972275.

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

Color convert

RGB 115 99 106 -
CMYK 0 0.14 0.08 0.55
HSL 333.75º 0.07% 0.42% -
HSV(B) 333.75º 0.14% 0.45% -
XYZ 14.13 13.61 15.52 -
YUV 104.58 128.8 135.43 -
System Red Green Blue C M Y K H S L
Decimal 115 99 106 0 0.14 0.08 0.55 333.75 0.07 0.42
Hex 73 63 6A 0 E 8 37 14E 7 2A
Octal 163 143 152 0 16 10 67 516 7 52
Binary 1110011 1100011 1101010 0 1110 1000 110111 101001110 111 101010

Color Harmonies of #73636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73636A

Black with #73636A

Text Example


Text Example

White with #73636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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