Html Css Color HEX #7D776E Arrowtown

📋 copy color: '#7D776E'

red 125 ◦ green 119 ◦ blue 110

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

Shades of Arrowtown #7D776E

Tints of Arrowtown #7D776E

RGB

 RED value IS 125 (49.22% from 255) = 35.31%

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 110 (43.36% from 255) = 31.07%

R = 35.31%
G = 33.62%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D776E (or 0x7D776E) is known color: Arrowtown. HEX triplet: 7D, 77 and 6E. RGB value is (125,119,110). Sum of RGB (Red+Green+Blue) = 125+119+110=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 125 - color contains mainly: red. Hex color #7D776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D776E is #828891. Grayscale: #777777. Windows color (decimal): -8554642 or 7239549. OLE color: 7239549.

HSL color Cylindrical-coordinate representation of color #7D776E: hue angle of 36º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D776E is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 119 110 -
CMYK 0 0.05 0.12 0.51
HSL 36º 0.06% 0.46% -
HSV(B) 36º 0.12% 0.49% -
XYZ 17.87 18.68 17.42 -
YUV 119.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 125 119 110 0 0.05 0.12 0.51 36 0.06 0.46
Hex 7D 77 6E 0 5 C 33 24 6 2E
Octal 175 167 156 0 5 14 63 44 6 56
Binary 1111101 1110111 1101110 0 101 1100 110011 100100 110 101110

Color Harmonies of #7D776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D776E

Black with #7D776E

Text Example


Text Example

White with #7D776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,110); }

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

background-color css

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

 a { background-color: rgb(125,119,110); }

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

border-color css

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

 span { border-color: rgb(125,119,110); }

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