Html Css Color HEX #796469 Scorpion

📋 copy color: '#796469'

red 121 ◦ green 100 ◦ blue 105

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

Shades of Scorpion #796469

Tints of Scorpion #796469

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 105 (41.41% from 255) = 32.21%

R = 37.12%
G = 30.67%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#796469 (or 0x796469) is known color: Scorpion. HEX triplet: 79, 64 and 69. RGB value is (121,100,105). Sum of RGB (Red+Green+Blue) = 121+100+105=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796469 is #869B96. Grayscale: #6A6A6A. Windows color (decimal): -8821655 or 6907001. OLE color: 6907001.

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

Color convert

RGB 121 100 105 -
CMYK 0 0.17 0.13 0.53
HSL 345.71º 0.1% 0.43% -
HSV(B) 345.71º 0.17% 0.47% -
XYZ 14.99 14.2 15.32 -
YUV 106.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 121 100 105 0 0.17 0.13 0.53 345.71 0.1 0.43
Hex 79 64 69 0 11 D 35 15A A 2B
Octal 171 144 151 0 21 15 65 532 12 53
Binary 1111001 1100100 1101001 0 10001 1101 110101 101011010 1010 101011

Color Harmonies of #796469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796469

Black with #796469

Text Example


Text Example

White with #796469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796469; }

 p { color: rgb(121,100,105); }

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

background-color css

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

 a { background-color: rgb(121,100,105); }

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

border-color css

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

 span { border-color: rgb(121,100,105); }

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