Html Css Color HEX #757958 Finch

📋 copy color: '#757958'

red 117 ◦ green 121 ◦ blue 88

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

Shades of Finch #757958

Tints of Finch #757958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 35.89%
G = 37.12%
B = 26.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#757958 (or 0x757958) is known color: Finch. HEX triplet: 75, 79 and 58. RGB value is (117,121,88). Sum of RGB (Red+Green+Blue) = 117+121+88=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #757958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757958 is #8A86A7. Grayscale: #747474. Windows color (decimal): -9078440 or 5798261. OLE color: 5798261.

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

Color convert

RGB 117 121 88 -
CMYK 0.03 0 0.27 0.53
HSL 67.27º 0.16% 0.41% -
HSV(B) 67.27º 0.27% 0.47% -
XYZ 15.93 18.16 11.9 -
YUV 116.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 117 121 88 0.03 0 0.27 0.53 67.27 0.16 0.41
Hex 75 79 58 3 0 1B 35 43 10 29
Octal 165 171 130 3 0 33 65 103 20 51
Binary 1110101 1111001 1011000 11 0 11011 110101 1000011 10000 101001

Color Harmonies of #757958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757958

Black with #757958

Text Example


Text Example

White with #757958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757958; }

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

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

background-color css

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

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

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

border-color css

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

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

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