Html Css Color HEX #746568 Scorpion

📋 copy color: '#746568'

red 116 ◦ green 101 ◦ blue 104

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

Shades of Scorpion #746568

Tints of Scorpion #746568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.46%

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

R = 36.14%
G = 31.46%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#746568 (or 0x746568) is known color: Scorpion. HEX triplet: 74, 65 and 68. RGB value is (116,101,104). Sum of RGB (Red+Green+Blue) = 116+101+104=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746568 is #8B9A97. Grayscale: #696969. Windows color (decimal): -9149080 or 6841716. OLE color: 6841716.

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

Color convert

RGB 116 101 104 -
CMYK 0 0.13 0.10 0.55
HSL 348º 0.07% 0.43% -
HSV(B) 348º 0.13% 0.45% -
XYZ 14.35 14.02 15.05 -
YUV 105.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 116 101 104 0 0.13 0.10 0.55 348 0.07 0.43
Hex 74 65 68 0 D A 37 15C 7 2B
Octal 164 145 150 0 15 12 67 534 7 53
Binary 1110100 1100101 1101000 0 1101 1010 110111 101011100 111 101011

Color Harmonies of #746568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746568

Black with #746568

Text Example


Text Example

White with #746568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746568; }

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

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

background-color css

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

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

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

border-color css

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

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

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