Html Css Color HEX #7C7668 Arrowtown

📋 copy color: '#7C7668'

red 124 ◦ green 118 ◦ blue 104

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

Shades of Arrowtown #7C7668

Tints of Arrowtown #7C7668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 35.84%
G = 34.1%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C7668 (or 0x7C7668) is known color: Arrowtown. HEX triplet: 7C, 76 and 68. RGB value is (124,118,104). Sum of RGB (Red+Green+Blue) = 124+118+104=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7668 is #838997. Grayscale: #767676. Windows color (decimal): -8620440 or 6846076. OLE color: 6846076.

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

Color convert

RGB 124 118 104 -
CMYK 0 0.05 0.16 0.51
HSL 42º 0.09% 0.45% -
HSV(B) 42º 0.16% 0.49% -
XYZ 17.29 18.24 15.71 -
YUV 118.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 124 118 104 0 0.05 0.16 0.51 42 0.09 0.45
Hex 7C 76 68 0 5 10 33 2A 9 2D
Octal 174 166 150 0 5 20 63 52 11 55
Binary 1111100 1110110 1101000 0 101 10000 110011 101010 1001 101101

Color Harmonies of #7C7668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7668

Black with #7C7668

Text Example


Text Example

White with #7C7668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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