Html Css Color HEX #78746E Arrowtown

📋 copy color: '#78746E'

red 120 ◦ green 116 ◦ blue 110

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

Shades of Arrowtown #78746E

Tints of Arrowtown #78746E

RGB

 RED value IS 120 (47.27% from 255) = 34.68%

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 34.68%
G = 33.53%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#78746E (or 0x78746E) is known color: Arrowtown. HEX triplet: 78, 74 and 6E. RGB value is (120,116,110). Sum of RGB (Red+Green+Blue) = 120+116+110=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 120 - color contains mainly: red. Hex color #78746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78746E is #878B91. Grayscale: #747474. Windows color (decimal): -8883090 or 7238776. OLE color: 7238776.

HSL color Cylindrical-coordinate representation of color #78746E: hue angle of 36º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78746E is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 110 -
CMYK 0 0.03 0.08 0.53
HSL 36º 0.04% 0.45% -
HSV(B) 36º 0.08% 0.47% -
XYZ 16.81 17.61 17.27 -
YUV 116.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 120 116 110 0 0.03 0.08 0.53 36 0.04 0.45
Hex 78 74 6E 0 3 8 35 24 4 2D
Octal 170 164 156 0 3 10 65 44 4 55
Binary 1111000 1110100 1101110 0 11 1000 110101 100100 100 101101

Color Harmonies of #78746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78746E

Black with #78746E

Text Example


Text Example

White with #78746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78746E; }

 p { color: rgb(120,116,110); }

 H1.HeaderClassName
 {
   color: #78746E;
 }
 .AnyTagClassName
 {
   color: #78746E;
 }
</style>

background-color css

<style>
 a { background-color: #78746E; }

 a { background-color: rgb(120,116,110); }

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

border-color css

<style>
 span { border-color: #78746E; }

 span { border-color: rgb(120,116,110); }

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