Html Css Color HEX #736C6F Scorpion

📋 copy color: '#736C6F'

red 115 ◦ green 108 ◦ blue 111

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

Shades of Scorpion #736C6F

Tints of Scorpion #736C6F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 34.43%
G = 32.34%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#736C6F (or 0x736C6F) is known color: Scorpion. HEX triplet: 73, 6C and 6F. RGB value is (115,108,111). Sum of RGB (Red+Green+Blue) = 115+108+111=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 115 - color contains mainly: red. Hex color #736C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C6F is #8C9390. Grayscale: #6E6E6E. Windows color (decimal): -9212817 or 7302259. OLE color: 7302259.

HSL color Cylindrical-coordinate representation of color #736C6F: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #736C6F is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 108 111 -
CMYK 0 0.06 0.03 0.55
HSL 334.29º 0.03% 0.44% -
HSV(B) 334.29º 0.06% 0.45% -
XYZ 15.3 15.52 17.23 -
YUV 110.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 115 108 111 0 0.06 0.03 0.55 334.29 0.03 0.44
Hex 73 6C 6F 0 6 3 37 14E 3 2C
Octal 163 154 157 0 6 3 67 516 3 54
Binary 1110011 1101100 1101111 0 110 11 110111 101001110 11 101100

Color Harmonies of #736C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C6F

Black with #736C6F

Text Example


Text Example

White with #736C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736C6F; }

 p { color: rgb(115,108,111); }

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

background-color css

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

 a { background-color: rgb(115,108,111); }

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

border-color css

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

 span { border-color: rgb(115,108,111); }

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