Html Css Color HEX #7C7666 Arrowtown

📋 copy color: '#7C7666'

red 124 ◦ green 118 ◦ blue 102

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

Shades of Arrowtown #7C7666

Tints of Arrowtown #7C7666

RGB

 RED value IS 124 (48.83% from 255) = 36.05%

 GREEN value IS 118 (46.48% from 255) = 34.3%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 36.05%
G = 34.3%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C7666 (or 0x7C7666) is known color: Arrowtown. HEX triplet: 7C, 76 and 66. RGB value is (124,118,102). Sum of RGB (Red+Green+Blue) = 124+118+102=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7666 is #838999. Grayscale: #767676. Windows color (decimal): -8620442 or 6715004. OLE color: 6715004.

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

Color convert

RGB 124 118 102 -
CMYK 0 0.05 0.18 0.51
HSL 43.64º 0.1% 0.44% -
HSV(B) 43.64º 0.18% 0.49% -
XYZ 17.19 18.2 15.18 -
YUV 117.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 124 118 102 0 0.05 0.18 0.51 43.64 0.1 0.44
Hex 7C 76 66 0 5 12 33 2C A 2C
Octal 174 166 146 0 5 22 63 54 12 54
Binary 1111100 1110110 1100110 0 101 10010 110011 101100 1010 101100

Color Harmonies of #7C7666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7666

Black with #7C7666

Text Example


Text Example

White with #7C7666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,118,102); }

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

background-color css

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

 a { background-color: rgb(124,118,102); }

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

border-color css

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

 span { border-color: rgb(124,118,102); }

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