Html Css Color HEX #7F796F Arrowtown

📋 copy color: '#7F796F'

red 127 ◦ green 121 ◦ blue 111

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

Shades of Arrowtown #7F796F

Tints of Arrowtown #7F796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 35.38%
G = 33.7%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F796F (or 0x7F796F) is known color: Arrowtown. HEX triplet: 7F, 79 and 6F. RGB value is (127,121,111). Sum of RGB (Red+Green+Blue) = 127+121+111=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F796F is #808690. Grayscale: #797979. Windows color (decimal): -8423057 or 7305599. OLE color: 7305599.

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

Color convert

RGB 127 121 111 -
CMYK 0 0.05 0.13 0.50
HSL 37.5º 0.07% 0.47% -
HSV(B) 37.5º 0.13% 0.5% -
XYZ 18.46 19.33 17.8 -
YUV 121.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 127 121 111 0 0.05 0.13 0.50 37.5 0.07 0.47
Hex 7F 79 6F 0 5 D 32 26 7 2F
Octal 177 171 157 0 5 15 62 46 7 57
Binary 1111111 1111001 1101111 0 101 1101 110010 100110 111 101111

Color Harmonies of #7F796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F796F

Black with #7F796F

Text Example


Text Example

White with #7F796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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