Html Css Color HEX #7F7A65 Arrowtown

📋 copy color: '#7F7A65'

red 127 ◦ green 122 ◦ blue 101

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

Shades of Arrowtown #7F7A65

Tints of Arrowtown #7F7A65

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 36.29%
G = 34.86%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F7A65 (or 0x7F7A65) is known color: Arrowtown. HEX triplet: 7F, 7A and 65. RGB value is (127,122,101). Sum of RGB (Red+Green+Blue) = 127+122+101=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A65 is #80859A. Grayscale: #797979. Windows color (decimal): -8422811 or 6650495. OLE color: 6650495.

HSL color Cylindrical-coordinate representation of color #7F7A65: hue angle of 48.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7A65 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 122 101 -
CMYK 0 0.04 0.20 0.50
HSL 48.46º 0.11% 0.45% -
HSV(B) 48.46º 0.2% 0.5% -
XYZ 18.06 19.37 15.1 -
YUV 121.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 127 122 101 0 0.04 0.20 0.50 48.46 0.11 0.45
Hex 7F 7A 65 0 4 14 32 30 B 2D
Octal 177 172 145 0 4 24 62 60 13 55
Binary 1111111 1111010 1100101 0 100 10100 110010 110000 1011 101101

Color Harmonies of #7F7A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7A65

Black with #7F7A65

Text Example


Text Example

White with #7F7A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,122,101); }

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

background-color css

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

 a { background-color: rgb(127,122,101); }

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

border-color css

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

 span { border-color: rgb(127,122,101); }

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