Html Css Color HEX #73656A Scorpion

📋 copy color: '#73656A'

red 115 ◦ green 101 ◦ blue 106

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

Shades of Scorpion #73656A

Tints of Scorpion #73656A

RGB

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

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

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

R = 35.71%
G = 31.37%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#73656A (or 0x73656A) is known color: Scorpion. HEX triplet: 73, 65 and 6A. RGB value is (115,101,106). Sum of RGB (Red+Green+Blue) = 115+101+106=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 115 - color contains mainly: red. Hex color #73656A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656A is #8C9A95. Grayscale: #696969. Windows color (decimal): -9214614 or 6972787. OLE color: 6972787.

HSL color Cylindrical-coordinate representation of color #73656A: hue angle of 338.57º 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 #73656A is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 101 106 -
CMYK 0 0.12 0.08 0.55
HSL 338.57º 0.06% 0.42% -
HSV(B) 338.57º 0.12% 0.45% -
XYZ 14.33 13.99 15.58 -
YUV 105.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 115 101 106 0 0.12 0.08 0.55 338.57 0.06 0.42
Hex 73 65 6A 0 C 8 37 153 6 2A
Octal 163 145 152 0 14 10 67 523 6 52
Binary 1110011 1100101 1101010 0 1100 1000 110111 101010011 110 101010

Color Harmonies of #73656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73656A

Black with #73656A

Text Example


Text Example

White with #73656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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