Html Css Color HEX #767D57 Finch

📋 copy color: '#767D57'

red 118 ◦ green 125 ◦ blue 87

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

Shades of Finch #767D57

Tints of Finch #767D57

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.88%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 35.76%
G = 37.88%
B = 26.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#767D57 (or 0x767D57) is known color: Finch. HEX triplet: 76, 7D and 57. RGB value is (118,125,87). Sum of RGB (Red+Green+Blue) = 118+125+87=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #767D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767D57 is #8982A8. Grayscale: #767676. Windows color (decimal): -9011881 or 5733750. OLE color: 5733750.

HSL color Cylindrical-coordinate representation of color #767D57: hue angle of 71.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767D57 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 125 87 -
CMYK 0.06 0 0.30 0.51
HSL 71.05º 0.18% 0.42% -
HSV(B) 71.05º 0.3% 0.49% -
XYZ 16.53 19.21 11.85 -
YUV 118.58 110.18 127.59 -
System Red Green Blue C M Y K H S L
Decimal 118 125 87 0.06 0 0.30 0.51 71.05 0.18 0.42
Hex 76 7D 57 6 0 1E 33 47 12 2A
Octal 166 175 127 6 0 36 63 107 22 52
Binary 1110110 1111101 1010111 110 0 11110 110011 1000111 10010 101010

Color Harmonies of #767D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767D57

Black with #767D57

Text Example


Text Example

White with #767D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,125,87); }

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

background-color css

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

 a { background-color: rgb(118,125,87); }

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

border-color css

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

 span { border-color: rgb(118,125,87); }

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