Html Css Color HEX #796168 Scorpion

📋 copy color: '#796168'

red 121 ◦ green 97 ◦ blue 104

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

Shades of Scorpion #796168

Tints of Scorpion #796168

RGB

 RED value IS 121 (47.66% from 255) = 37.58%

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 37.58%
G = 30.12%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#796168 (or 0x796168) is known color: Scorpion. HEX triplet: 79, 61 and 68. RGB value is (121,97,104). Sum of RGB (Red+Green+Blue) = 121+97+104=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796168 is #869E97. Grayscale: #686868. Windows color (decimal): -8822424 or 6840697. OLE color: 6840697.

HSL color Cylindrical-coordinate representation of color #796168: hue angle of 342.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #796168 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 97 104 -
CMYK 0 0.20 0.14 0.53
HSL 342.5º 0.11% 0.43% -
HSV(B) 342.5º 0.2% 0.47% -
XYZ 14.66 13.61 14.95 -
YUV 104.97 127.45 139.43 -
System Red Green Blue C M Y K H S L
Decimal 121 97 104 0 0.20 0.14 0.53 342.5 0.11 0.43
Hex 79 61 68 0 14 E 35 156 B 2B
Octal 171 141 150 0 24 16 65 526 13 53
Binary 1111001 1100001 1101000 0 10100 1110 110101 101010110 1011 101011

Color Harmonies of #796168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796168

Black with #796168

Text Example


Text Example

White with #796168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796168; }

 p { color: rgb(121,97,104); }

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

background-color css

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

 a { background-color: rgb(121,97,104); }

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

border-color css

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

 span { border-color: rgb(121,97,104); }

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