Html Css Color HEX #796C72 Scorpion

📋 copy color: '#796C72'

red 121 ◦ green 108 ◦ blue 114

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

Shades of Scorpion #796C72

Tints of Scorpion #796C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 35.28%
G = 31.49%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#796C72 (or 0x796C72) is known color: Scorpion. HEX triplet: 79, 6C and 72. RGB value is (121,108,114). Sum of RGB (Red+Green+Blue) = 121+108+114=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 121 - color contains mainly: red. Hex color #796C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C72 is #86938D. Grayscale: #707070. Windows color (decimal): -8819598 or 7498873. OLE color: 7498873.

HSL color Cylindrical-coordinate representation of color #796C72: hue angle of 332.31º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #796C72 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 114 -
CMYK 0 0.11 0.06 0.53
HSL 332.31º 0.06% 0.45% -
HSV(B) 332.31º 0.11% 0.47% -
XYZ 16.28 16 18.15 -
YUV 112.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 121 108 114 0 0.11 0.06 0.53 332.31 0.06 0.45
Hex 79 6C 72 0 B 6 35 14C 6 2D
Octal 171 154 162 0 13 6 65 514 6 55
Binary 1111001 1101100 1110010 0 1011 110 110101 101001100 110 101101

Color Harmonies of #796C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C72

Black with #796C72

Text Example


Text Example

White with #796C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C72; }

 p { color: rgb(121,108,114); }

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

background-color css

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

 a { background-color: rgb(121,108,114); }

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

border-color css

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

 span { border-color: rgb(121,108,114); }

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