Html Css Color HEX #736265 Scorpion

📋 copy color: '#736265'

red 115 ◦ green 98 ◦ blue 101

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

Shades of Scorpion #736265

Tints of Scorpion #736265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 101 (39.84% from 255) = 32.17%

R = 36.62%
G = 31.21%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#736265 (or 0x736265) is known color: Scorpion. HEX triplet: 73, 62 and 65. RGB value is (115,98,101). Sum of RGB (Red+Green+Blue) = 115+98+101=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #736265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736265 is #8C9D9A. Grayscale: #676767. Windows color (decimal): -9215387 or 6644339. OLE color: 6644339.

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

Color convert

RGB 115 98 101 -
CMYK 0 0.15 0.12 0.55
HSL 349.41º 0.08% 0.42% -
HSV(B) 349.41º 0.15% 0.45% -
XYZ 13.79 13.32 14.16 -
YUV 103.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 115 98 101 0 0.15 0.12 0.55 349.41 0.08 0.42
Hex 73 62 65 0 F C 37 15D 8 2A
Octal 163 142 145 0 17 14 67 535 10 52
Binary 1110011 1100010 1100101 0 1111 1100 110111 101011101 1000 101010

Color Harmonies of #736265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736265

Black with #736265

Text Example


Text Example

White with #736265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736265; }

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

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

background-color css

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

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

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

border-color css

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

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

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