Html Css Color HEX #757957 Finch

📋 copy color: '#757957'

red 117 ◦ green 121 ◦ blue 87

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

Shades of Finch #757957

Tints of Finch #757957

RGB

 RED value IS 117 (46.09% from 255) = 36%

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

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

R = 36%
G = 37.23%
B = 26.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#757957 (or 0x757957) is known color: Finch. HEX triplet: 75, 79 and 57. RGB value is (117,121,87). Sum of RGB (Red+Green+Blue) = 117+121+87=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 121 - color contains mainly: green. Hex color #757957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757957 is #8A86A8. Grayscale: #747474. Windows color (decimal): -9078441 or 5732725. OLE color: 5732725.

HSL color Cylindrical-coordinate representation of color #757957: hue angle of 67.06º 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 #757957 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 87 -
CMYK 0.03 0 0.28 0.53
HSL 67.06º 0.16% 0.41% -
HSV(B) 67.06º 0.28% 0.47% -
XYZ 15.89 18.14 11.68 -
YUV 115.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 117 121 87 0.03 0 0.28 0.53 67.06 0.16 0.41
Hex 75 79 57 3 0 1C 35 43 10 29
Octal 165 171 127 3 0 34 65 103 20 51
Binary 1110101 1111001 1010111 11 0 11100 110101 1000011 10000 101001

Color Harmonies of #757957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757957

Black with #757957

Text Example


Text Example

White with #757957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757957; }

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

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

background-color css

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

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

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

border-color css

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

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

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