Html Css Color HEX #757965 Finch

📋 copy color: '#757965'

red 117 ◦ green 121 ◦ blue 101

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

Shades of Finch #757965

Tints of Finch #757965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 34.51%
G = 35.69%
B = 29.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#757965 (or 0x757965) is known color: Finch. HEX triplet: 75, 79 and 65. RGB value is (117,121,101). Sum of RGB (Red+Green+Blue) = 117+121+101=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #757965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757965 is #8A869A. Grayscale: #757575. Windows color (decimal): -9078427 or 6650229. OLE color: 6650229.

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

Color convert

RGB 117 121 101 -
CMYK 0.03 0 0.17 0.53
HSL 72º 0.09% 0.44% -
HSV(B) 72º 0.17% 0.47% -
XYZ 16.52 18.4 14.99 -
YUV 117.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 117 121 101 0.03 0 0.17 0.53 72 0.09 0.44
Hex 75 79 65 3 0 11 35 48 9 2C
Octal 165 171 145 3 0 21 65 110 11 54
Binary 1110101 1111001 1100101 11 0 10001 110101 1001000 1001 101100

Color Harmonies of #757965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757965

Black with #757965

Text Example


Text Example

White with #757965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757965; }

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

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

background-color css

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

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

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

border-color css

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

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

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