Html Css Color HEX #73656C Scorpion

📋 copy color: '#73656C'

red 115 ◦ green 101 ◦ blue 108

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

Shades of Scorpion #73656C

Tints of Scorpion #73656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 35.49%
G = 31.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#73656C (or 0x73656C) is known color: Scorpion. HEX triplet: 73, 65 and 6C. RGB value is (115,101,108). Sum of RGB (Red+Green+Blue) = 115+101+108=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #73656C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656C is #8C9A93. Grayscale: #696969. Windows color (decimal): -9214612 or 7103859. OLE color: 7103859.

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

Color convert

RGB 115 101 108 -
CMYK 0 0.12 0.06 0.55
HSL 330º 0.06% 0.42% -
HSV(B) 330º 0.12% 0.45% -
XYZ 14.43 14.03 16.14 -
YUV 105.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 115 101 108 0 0.12 0.06 0.55 330 0.06 0.42
Hex 73 65 6C 0 C 6 37 14A 6 2A
Octal 163 145 154 0 14 6 67 512 6 52
Binary 1110011 1100101 1101100 0 1100 110 110111 101001010 110 101010

Color Harmonies of #73656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73656C

Black with #73656C

Text Example


Text Example

White with #73656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73656C; }

 p { color: rgb(115,101,108); }

 H1.HeaderClassName
 {
   color: #73656C;
 }
 .AnyTagClassName
 {
   color: #73656C;
 }
</style>

background-color css

<style>
 a { background-color: #73656C; }

 a { background-color: rgb(115,101,108); }

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

border-color css

<style>
 span { border-color: #73656C; }

 span { border-color: rgb(115,101,108); }

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