Html Css Color HEX #746268 Scorpion

📋 copy color: '#746268'

red 116 ◦ green 98 ◦ blue 104

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

Shades of Scorpion #746268

Tints of Scorpion #746268

RGB

 RED value IS 116 (45.7% from 255) = 36.48%

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

 BLUE value IS 104 (41.02% from 255) = 32.7%

R = 36.48%
G = 30.82%
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

#746268 (or 0x746268) is known color: Scorpion. HEX triplet: 74, 62 and 68. RGB value is (116,98,104). Sum of RGB (Red+Green+Blue) = 116+98+104=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746268 is #8B9D97. Grayscale: #686868. Windows color (decimal): -9149848 or 6840948. OLE color: 6840948.

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

Color convert

RGB 116 98 104 -
CMYK 0 0.16 0.10 0.55
HSL 340º 0.08% 0.42% -
HSV(B) 340º 0.16% 0.45% -
XYZ 14.07 13.45 14.95 -
YUV 104.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 116 98 104 0 0.16 0.10 0.55 340 0.08 0.42
Hex 74 62 68 0 10 A 37 154 8 2A
Octal 164 142 150 0 20 12 67 524 10 52
Binary 1110100 1100010 1101000 0 10000 1010 110111 101010100 1000 101010

Color Harmonies of #746268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746268

Black with #746268

Text Example


Text Example

White with #746268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746268; }

 p { color: rgb(116,98,104); }

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

background-color css

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

 a { background-color: rgb(116,98,104); }

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

border-color css

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

 span { border-color: rgb(116,98,104); }

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