Html Css Color HEX #767959 Finch

📋 copy color: '#767959'

red 118 ◦ green 121 ◦ blue 89

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

Shades of Finch #767959

Tints of Finch #767959

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.89%

 BLUE value IS 89 (35.16% from 255) = 27.13%

R = 35.98%
G = 36.89%
B = 27.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#767959 (or 0x767959) is known color: Finch. HEX triplet: 76, 79 and 59. RGB value is (118,121,89). Sum of RGB (Red+Green+Blue) = 118+121+89=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #767959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767959 is #8986A6. Grayscale: #747474. Windows color (decimal): -9012903 or 5863798. OLE color: 5863798.

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

Color convert

RGB 118 121 89 -
CMYK 0.02 0 0.26 0.53
HSL 65.63º 0.15% 0.41% -
HSV(B) 65.63º 0.26% 0.47% -
XYZ 16.11 18.25 12.12 -
YUV 116.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 118 121 89 0.02 0 0.26 0.53 65.63 0.15 0.41
Hex 76 79 59 2 0 1A 35 42 F 29
Octal 166 171 131 2 0 32 65 102 17 51
Binary 1110110 1111001 1011001 10 0 11010 110101 1000010 1111 101001

Color Harmonies of #767959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767959

Black with #767959

Text Example


Text Example

White with #767959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767959; }

 p { color: rgb(118,121,89); }

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

background-color css

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

 a { background-color: rgb(118,121,89); }

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

border-color css

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

 span { border-color: rgb(118,121,89); }

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