Html Css Color HEX #796069 Scorpion

📋 copy color: '#796069'

red 121 ◦ green 96 ◦ blue 105

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

Shades of Scorpion #796069

Tints of Scorpion #796069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

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

R = 37.58%
G = 29.81%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#796069 (or 0x796069) is known color: Scorpion. HEX triplet: 79, 60 and 69. RGB value is (121,96,105). Sum of RGB (Red+Green+Blue) = 121+96+105=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796069 is #869F96. Grayscale: #686868. Windows color (decimal): -8822679 or 6905977. OLE color: 6905977.

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

Color convert

RGB 121 96 105 -
CMYK 0 0.21 0.13 0.53
HSL 338.4º 0.12% 0.43% -
HSV(B) 338.4º 0.21% 0.47% -
XYZ 14.62 13.45 15.19 -
YUV 104.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 121 96 105 0 0.21 0.13 0.53 338.4 0.12 0.43
Hex 79 60 69 0 15 D 35 152 C 2B
Octal 171 140 151 0 25 15 65 522 14 53
Binary 1111001 1100000 1101001 0 10101 1101 110101 101010010 1100 101011

Color Harmonies of #796069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796069

Black with #796069

Text Example


Text Example

White with #796069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796069; }

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

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

background-color css

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

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

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

border-color css

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

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

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