Html Css Color HEX #767F51 Finch

📋 copy color: '#767F51'

red 118 ◦ green 127 ◦ blue 81

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

Shades of Finch #767F51

Tints of Finch #767F51

RGB

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

 GREEN value IS 127 (50% from 255) = 38.96%

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

R = 36.2%
G = 38.96%
B = 24.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#767F51 (or 0x767F51) is known color: Finch. HEX triplet: 76, 7F and 51. RGB value is (118,127,81). Sum of RGB (Red+Green+Blue) = 118+127+81=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 127 - color contains mainly: green. Hex color #767F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767F51 is #8980AE. Grayscale: #777777. Windows color (decimal): -9011375 or 5341046. OLE color: 5341046.

HSL color Cylindrical-coordinate representation of color #767F51: hue angle of 71.74º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #767F51 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 127 81 -
CMYK 0.07 0 0.36 0.50
HSL 71.74º 0.22% 0.41% -
HSV(B) 71.74º 0.36% 0.5% -
XYZ 16.55 19.62 10.7 -
YUV 119.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 118 127 81 0.07 0 0.36 0.50 71.74 0.22 0.41
Hex 76 7F 51 7 0 24 32 48 16 29
Octal 166 177 121 7 0 44 62 110 26 51
Binary 1110110 1111111 1010001 111 0 100100 110010 1001000 10110 101001

Color Harmonies of #767F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767F51

Black with #767F51

Text Example


Text Example

White with #767F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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