Html Css Color HEX #767951 Finch

📋 copy color: '#767951'

red 118 ◦ green 121 ◦ blue 81

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

Shades of Finch #767951

Tints of Finch #767951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.31%

R = 36.88%
G = 37.81%
B = 25.31%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#767951 (or 0x767951) is known color: Finch. HEX triplet: 76, 79 and 51. RGB value is (118,121,81). Sum of RGB (Red+Green+Blue) = 118+121+81=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 121 - color contains mainly: green. Hex color #767951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767951 is #8986AE. Grayscale: #737373. Windows color (decimal): -9012911 or 5339510. OLE color: 5339510.

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

Color convert

RGB 118 121 81 -
CMYK 0.02 0 0.33 0.53
HSL 64.5º 0.2% 0.4% -
HSV(B) 64.5º 0.33% 0.47% -
XYZ 15.79 18.12 10.45 -
YUV 115.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 118 121 81 0.02 0 0.33 0.53 64.5 0.2 0.4
Hex 76 79 51 2 0 21 35 40 14 28
Octal 166 171 121 2 0 41 65 100 24 50
Binary 1110110 1111001 1010001 10 0 100001 110101 1000000 10100 101000

Color Harmonies of #767951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767951

Black with #767951

Text Example


Text Example

White with #767951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767951; }

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

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

background-color css

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

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

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

border-color css

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

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

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