Html Css Color HEX #767957 Finch

📋 copy color: '#767957'

red 118 ◦ green 121 ◦ blue 87

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

Shades of Finch #767957

Tints of Finch #767957

RGB

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

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

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

R = 36.2%
G = 37.12%
B = 26.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#767957 (or 0x767957) is known color: Finch. HEX triplet: 76, 79 and 57. RGB value is (118,121,87). Sum of RGB (Red+Green+Blue) = 118+121+87=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #767957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767957 is #8986A8. Grayscale: #747474. Windows color (decimal): -9012905 or 5732726. OLE color: 5732726.

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

Color convert

RGB 118 121 87 -
CMYK 0.02 0 0.28 0.53
HSL 65.29º 0.16% 0.41% -
HSV(B) 65.29º 0.28% 0.47% -
XYZ 16.03 18.21 11.69 -
YUV 116.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 118 121 87 0.02 0 0.28 0.53 65.29 0.16 0.41
Hex 76 79 57 2 0 1C 35 41 10 29
Octal 166 171 127 2 0 34 65 101 20 51
Binary 1110110 1111001 1010111 10 0 11100 110101 1000001 10000 101001

Color Harmonies of #767957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767957

Black with #767957

Text Example


Text Example

White with #767957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767957; }

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

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

background-color css

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

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

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

border-color css

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

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

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