Html Css Color HEX #73636B Scorpion

📋 copy color: '#73636B'

red 115 ◦ green 99 ◦ blue 107

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

Shades of Scorpion #73636B

Tints of Scorpion #73636B

RGB

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

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

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

R = 35.83%
G = 30.84%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73636B (or 0x73636B) is known color: Scorpion. HEX triplet: 73, 63 and 6B. RGB value is (115,99,107). Sum of RGB (Red+Green+Blue) = 115+99+107=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #73636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73636B is #8C9C94. Grayscale: #686868. Windows color (decimal): -9215125 or 7037811. OLE color: 7037811.

HSL color Cylindrical-coordinate representation of color #73636B: hue angle of 330º 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 #73636B is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 99 107 -
CMYK 0 0.14 0.07 0.55
HSL 330º 0.07% 0.42% -
HSV(B) 330º 0.14% 0.45% -
XYZ 14.19 13.63 15.79 -
YUV 104.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 115 99 107 0 0.14 0.07 0.55 330 0.07 0.42
Hex 73 63 6B 0 E 7 37 14A 7 2A
Octal 163 143 153 0 16 7 67 512 7 52
Binary 1110011 1100011 1101011 0 1110 111 110111 101001010 111 101010

Color Harmonies of #73636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73636B

Black with #73636B

Text Example


Text Example

White with #73636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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