Html Css Color HEX #736167 Scorpion

📋 copy color: '#736167'

red 115 ◦ green 97 ◦ blue 103

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

Shades of Scorpion #736167

Tints of Scorpion #736167

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.79%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 36.51%
G = 30.79%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736167 (or 0x736167) is known color: Scorpion. HEX triplet: 73, 61 and 67. RGB value is (115,97,103). Sum of RGB (Red+Green+Blue) = 115+97+103=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #736167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736167 is #8C9E98. Grayscale: #676767. Windows color (decimal): -9215641 or 6775155. OLE color: 6775155.

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

Color convert

RGB 115 97 103 -
CMYK 0 0.16 0.10 0.55
HSL 340º 0.08% 0.42% -
HSV(B) 340º 0.16% 0.45% -
XYZ 13.79 13.17 14.65 -
YUV 103.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 115 97 103 0 0.16 0.10 0.55 340 0.08 0.42
Hex 73 61 67 0 10 A 37 154 8 2A
Octal 163 141 147 0 20 12 67 524 10 52
Binary 1110011 1100001 1100111 0 10000 1010 110111 101010100 1000 101010

Color Harmonies of #736167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736167

Black with #736167

Text Example


Text Example

White with #736167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736167; }

 p { color: rgb(115,97,103); }

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

background-color css

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

 a { background-color: rgb(115,97,103); }

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

border-color css

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

 span { border-color: rgb(115,97,103); }

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