Html Css Color HEX #767860 Finch

📋 copy color: '#767860'

red 118 ◦ green 120 ◦ blue 96

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

Shades of Finch #767860

Tints of Finch #767860

RGB

 RED value IS 118 (46.48% from 255) = 35.33%

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

 BLUE value IS 96 (37.89% from 255) = 28.74%

R = 35.33%
G = 35.93%
B = 28.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#767860 (or 0x767860) is known color: Finch. HEX triplet: 76, 78 and 60. RGB value is (118,120,96). Sum of RGB (Red+Green+Blue) = 118+120+96=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 120 - color contains mainly: green. Hex color #767860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767860 is #89879F. Grayscale: #747474. Windows color (decimal): -9013152 or 6322294. OLE color: 6322294.

HSL color Cylindrical-coordinate representation of color #767860: hue angle of 65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767860 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 118 120 96 -
CMYK 0.02 0 0.2 0.53
HSL 65º 0.11% 0.42% -
HSV(B) 65º 0.2% 0.47% -
XYZ 16.3 18.13 13.71 -
YUV 116.67 116.34 128.95 -
System Red Green Blue C M Y K H S L
Decimal 118 120 96 0.02 0 0.2 0.53 65 0.11 0.42
Hex 76 78 60 2 0 14 35 41 B 2A
Octal 166 170 140 2 0 24 65 101 13 52
Binary 1110110 1111000 1100000 10 0 10100 110101 1000001 1011 101010

Color Harmonies of #767860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767860

Black with #767860

Text Example


Text Example

White with #767860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767860; }

 p { color: rgb(118,120,96); }

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

background-color css

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

 a { background-color: rgb(118,120,96); }

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

border-color css

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

 span { border-color: rgb(118,120,96); }

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