Html Css Color HEX #736A6E Scorpion

📋 copy color: '#736A6E'

red 115 ◦ green 106 ◦ blue 110

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

Shades of Scorpion #736A6E

Tints of Scorpion #736A6E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 110 (43.36% from 255) = 33.23%

R = 34.74%
G = 32.02%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#736A6E (or 0x736A6E) is known color: Scorpion. HEX triplet: 73, 6A and 6E. RGB value is (115,106,110). Sum of RGB (Red+Green+Blue) = 115+106+110=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 115 - color contains mainly: red. Hex color #736A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A6E is #8C9591. Grayscale: #6D6D6D. Windows color (decimal): -9213330 or 7236211. OLE color: 7236211.

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

Color convert

RGB 115 106 110 -
CMYK 0 0.08 0.04 0.55
HSL 333.33º 0.04% 0.43% -
HSV(B) 333.33º 0.08% 0.45% -
XYZ 15.04 15.08 16.87 -
YUV 109.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 115 106 110 0 0.08 0.04 0.55 333.33 0.04 0.43
Hex 73 6A 6E 0 8 4 37 14D 4 2B
Octal 163 152 156 0 10 4 67 515 4 53
Binary 1110011 1101010 1101110 0 1000 100 110111 101001101 100 101011

Color Harmonies of #736A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A6E

Black with #736A6E

Text Example


Text Example

White with #736A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,106,110); }

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

background-color css

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

 a { background-color: rgb(115,106,110); }

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

border-color css

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

 span { border-color: rgb(115,106,110); }

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