Html Css Color HEX #757851 Finch

📋 copy color: '#757851'

red 117 ◦ green 120 ◦ blue 81

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

Shades of Finch #757851

Tints of Finch #757851

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.74%

 BLUE value IS 81 (32.03% from 255) = 25.47%

R = 36.79%
G = 37.74%
B = 25.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#757851 (or 0x757851) is known color: Finch. HEX triplet: 75, 78 and 51. RGB value is (117,120,81). Sum of RGB (Red+Green+Blue) = 117+120+81=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 120 - color contains mainly: green. Hex color #757851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757851 is #8A87AE. Grayscale: #727272. Windows color (decimal): -9078703 or 5339253. OLE color: 5339253.

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

Color convert

RGB 117 120 81 -
CMYK 0.02 0 0.32 0.53
HSL 64.62º 0.19% 0.39% -
HSV(B) 64.62º 0.33% 0.47% -
XYZ 15.54 17.81 10.4 -
YUV 114.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 117 120 81 0.02 0 0.32 0.53 64.62 0.19 0.39
Hex 75 78 51 2 0 20 35 41 13 27
Octal 165 170 121 2 0 40 65 101 23 47
Binary 1110101 1111000 1010001 10 0 100000 110101 1000001 10011 100111

Color Harmonies of #757851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757851

Black with #757851

Text Example


Text Example

White with #757851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757851; }

 p { color: rgb(117,120,81); }

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

background-color css

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

 a { background-color: rgb(117,120,81); }

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

border-color css

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

 span { border-color: rgb(117,120,81); }

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