Html Css Color HEX #757956 Finch

📋 copy color: '#757956'

red 117 ◦ green 121 ◦ blue 86

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

Shades of Finch #757956

Tints of Finch #757956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.54%

R = 36.11%
G = 37.35%
B = 26.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#757956 (or 0x757956) is known color: Finch. HEX triplet: 75, 79 and 56. RGB value is (117,121,86). Sum of RGB (Red+Green+Blue) = 117+121+86=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #757956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757956 is #8A86A9. Grayscale: #737373. Windows color (decimal): -9078442 or 5667189. OLE color: 5667189.

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

Color convert

RGB 117 121 86 -
CMYK 0.03 0 0.29 0.53
HSL 66.86º 0.17% 0.41% -
HSV(B) 66.86º 0.29% 0.47% -
XYZ 15.85 18.13 11.47 -
YUV 115.81 111.17 128.85 -
System Red Green Blue C M Y K H S L
Decimal 117 121 86 0.03 0 0.29 0.53 66.86 0.17 0.41
Hex 75 79 56 3 0 1D 35 43 11 29
Octal 165 171 126 3 0 35 65 103 21 51
Binary 1110101 1111001 1010110 11 0 11101 110101 1000011 10001 101001

Color Harmonies of #757956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757956

Black with #757956

Text Example


Text Example

White with #757956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757956; }

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

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

background-color css

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

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

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

border-color css

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

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

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