Html Css Color HEX #796368 Scorpion

📋 copy color: '#796368'

red 121 ◦ green 99 ◦ blue 104

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

Shades of Scorpion #796368

Tints of Scorpion #796368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 37.35%
G = 30.56%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#796368 (or 0x796368) is known color: Scorpion. HEX triplet: 79, 63 and 68. RGB value is (121,99,104). Sum of RGB (Red+Green+Blue) = 121+99+104=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796368 is #869C97. Grayscale: #6A6A6A. Windows color (decimal): -8821912 or 6841209. OLE color: 6841209.

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

Color convert

RGB 121 99 104 -
CMYK 0 0.18 0.14 0.53
HSL 346.36º 0.1% 0.43% -
HSV(B) 346.36º 0.18% 0.47% -
XYZ 14.85 13.99 15.01 -
YUV 106.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 121 99 104 0 0.18 0.14 0.53 346.36 0.1 0.43
Hex 79 63 68 0 12 E 35 15A A 2B
Octal 171 143 150 0 22 16 65 532 12 53
Binary 1111001 1100011 1101000 0 10010 1110 110101 101011010 1010 101011

Color Harmonies of #796368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796368

Black with #796368

Text Example


Text Example

White with #796368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796368; }

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

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

background-color css

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

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

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

border-color css

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

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

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