Html Css Color HEX #7F796C Arrowtown

📋 copy color: '#7F796C'

red 127 ◦ green 121 ◦ blue 108

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

Shades of Arrowtown #7F796C

Tints of Arrowtown #7F796C

RGB

 RED value IS 127 (50% from 255) = 35.67%

 GREEN value IS 121 (47.66% from 255) = 33.99%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 35.67%
G = 33.99%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F796C (or 0x7F796C) is known color: Arrowtown. HEX triplet: 7F, 79 and 6C. RGB value is (127,121,108). Sum of RGB (Red+Green+Blue) = 127+121+108=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F796C is #808693. Grayscale: #797979. Windows color (decimal): -8423060 or 7108991. OLE color: 7108991.

HSL color Cylindrical-coordinate representation of color #7F796C: hue angle of 41.05º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F796C is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 121 108 -
CMYK 0 0.05 0.15 0.50
HSL 41.05º 0.08% 0.46% -
HSV(B) 41.05º 0.15% 0.5% -
XYZ 18.3 19.27 16.94 -
YUV 121.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 127 121 108 0 0.05 0.15 0.50 41.05 0.08 0.46
Hex 7F 79 6C 0 5 F 32 29 8 2E
Octal 177 171 154 0 5 17 62 51 10 56
Binary 1111111 1111001 1101100 0 101 1111 110010 101001 1000 101110

Color Harmonies of #7F796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F796C

Black with #7F796C

Text Example


Text Example

White with #7F796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F796C; }

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

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

background-color css

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

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

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

border-color css

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

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

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