Html Css Color HEX #736267 Scorpion

📋 copy color: '#736267'

red 115 ◦ green 98 ◦ blue 103

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

Shades of Scorpion #736267

Tints of Scorpion #736267

RGB

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

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

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

R = 36.39%
G = 31.01%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#736267 (or 0x736267) is known color: Scorpion. HEX triplet: 73, 62 and 67. RGB value is (115,98,103). Sum of RGB (Red+Green+Blue) = 115+98+103=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #736267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736267 is #8C9D98. Grayscale: #676767. Windows color (decimal): -9215385 or 6775411. OLE color: 6775411.

HSL color Cylindrical-coordinate representation of color #736267: hue angle of 342.35º 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 #736267 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 98 103 -
CMYK 0 0.15 0.10 0.55
HSL 342.35º 0.08% 0.42% -
HSV(B) 342.35º 0.15% 0.45% -
XYZ 13.89 13.36 14.68 -
YUV 103.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 115 98 103 0 0.15 0.10 0.55 342.35 0.08 0.42
Hex 73 62 67 0 F A 37 156 8 2A
Octal 163 142 147 0 17 12 67 526 10 52
Binary 1110011 1100010 1100111 0 1111 1010 110111 101010110 1000 101010

Color Harmonies of #736267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736267

Black with #736267

Text Example


Text Example

White with #736267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736267; }

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

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

background-color css

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

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

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

border-color css

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

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

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