Html Css Color HEX #73616B Scorpion

📋 copy color: '#73616B'

red 115 ◦ green 97 ◦ blue 107

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

Shades of Scorpion #73616B

Tints of Scorpion #73616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 36.05%
G = 30.41%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73616B (or 0x73616B) is known color: Scorpion. HEX triplet: 73, 61 and 6B. RGB value is (115,97,107). Sum of RGB (Red+Green+Blue) = 115+97+107=319 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.05% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 115 - color contains mainly: red. Hex color #73616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73616B is #8C9E94. Grayscale: #676767. Windows color (decimal): -9215637 or 7037299. OLE color: 7037299.

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

Color convert

RGB 115 97 107 -
CMYK 0 0.16 0.07 0.55
HSL 326.67º 0.08% 0.42% -
HSV(B) 326.67º 0.16% 0.45% -
XYZ 14 13.26 15.73 -
YUV 103.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 115 97 107 0 0.16 0.07 0.55 326.67 0.08 0.42
Hex 73 61 6B 0 10 7 37 147 8 2A
Octal 163 141 153 0 20 7 67 507 10 52
Binary 1110011 1100001 1101011 0 10000 111 110111 101000111 1000 101010

Color Harmonies of #73616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73616B

Black with #73616B

Text Example


Text Example

White with #73616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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