Html Css Color HEX #7C7669 Arrowtown

📋 copy color: '#7C7669'

red 124 ◦ green 118 ◦ blue 105

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

Shades of Arrowtown #7C7669

Tints of Arrowtown #7C7669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 35.73%
G = 34.01%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C7669 (or 0x7C7669) is known color: Arrowtown. HEX triplet: 7C, 76 and 69. RGB value is (124,118,105). Sum of RGB (Red+Green+Blue) = 124+118+105=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7669 is #838996. Grayscale: #767676. Windows color (decimal): -8620439 or 6911612. OLE color: 6911612.

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

Color convert

RGB 124 118 105 -
CMYK 0 0.05 0.15 0.51
HSL 41.05º 0.08% 0.45% -
HSV(B) 41.05º 0.15% 0.49% -
XYZ 17.34 18.26 15.98 -
YUV 118.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 124 118 105 0 0.05 0.15 0.51 41.05 0.08 0.45
Hex 7C 76 69 0 5 F 33 29 8 2D
Octal 174 166 151 0 5 17 63 51 10 55
Binary 1111100 1110110 1101001 0 101 1111 110011 101001 1000 101101

Color Harmonies of #7C7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7669

Black with #7C7669

Text Example


Text Example

White with #7C7669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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