Html Css Color HEX #7C7870 Arrowtown

📋 copy color: '#7C7870'

red 124 ◦ green 120 ◦ blue 112

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

Shades of Arrowtown #7C7870

Tints of Arrowtown #7C7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 112 (44.14% from 255) = 31.46%

R = 34.83%
G = 33.71%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7C7870 (or 0x7C7870) is known color: Arrowtown. HEX triplet: 7C, 78 and 70. RGB value is (124,120,112). Sum of RGB (Red+Green+Blue) = 124+120+112=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7870 is #83878F. Grayscale: #787878. Windows color (decimal): -8619920 or 7370876. OLE color: 7370876.

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

Color convert

RGB 124 120 112 -
CMYK 0 0.03 0.10 0.51
HSL 40º 0.05% 0.46% -
HSV(B) 40º 0.1% 0.49% -
XYZ 17.95 18.89 18.03 -
YUV 120.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 124 120 112 0 0.03 0.10 0.51 40 0.05 0.46
Hex 7C 78 70 0 3 A 33 28 5 2E
Octal 174 170 160 0 3 12 63 50 5 56
Binary 1111100 1111000 1110000 0 11 1010 110011 101000 101 101110

Color Harmonies of #7C7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7870

Black with #7C7870

Text Example


Text Example

White with #7C7870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,120,112); }

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

background-color css

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

 a { background-color: rgb(124,120,112); }

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

border-color css

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

 span { border-color: rgb(124,120,112); }

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