Html Css Color HEX #73656B Scorpion

📋 copy color: '#73656B'

red 115 ◦ green 101 ◦ blue 107

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

Shades of Scorpion #73656B

Tints of Scorpion #73656B

RGB

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

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

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

R = 35.6%
G = 31.27%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73656B (or 0x73656B) is known color: Scorpion. HEX triplet: 73, 65 and 6B. RGB value is (115,101,107). Sum of RGB (Red+Green+Blue) = 115+101+107=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #73656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73656B is #8C9A94. Grayscale: #696969. Windows color (decimal): -9214613 or 7038323. OLE color: 7038323.

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

Color convert

RGB 115 101 107 -
CMYK 0 0.12 0.07 0.55
HSL 334.29º 0.06% 0.42% -
HSV(B) 334.29º 0.12% 0.45% -
XYZ 14.38 14.01 15.86 -
YUV 105.87 128.64 134.51 -
System Red Green Blue C M Y K H S L
Decimal 115 101 107 0 0.12 0.07 0.55 334.29 0.06 0.42
Hex 73 65 6B 0 C 7 37 14E 6 2A
Octal 163 145 153 0 14 7 67 516 6 52
Binary 1110011 1100101 1101011 0 1100 111 110111 101001110 110 101010

Color Harmonies of #73656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73656B

Black with #73656B

Text Example


Text Example

White with #73656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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