Html Css Color HEX #757855 Finch

📋 copy color: '#757855'

red 117 ◦ green 120 ◦ blue 85

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

Shades of Finch #757855

Tints of Finch #757855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 36.34%
G = 37.27%
B = 26.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#757855 (or 0x757855) is known color: Finch. HEX triplet: 75, 78 and 55. RGB value is (117,120,85). Sum of RGB (Red+Green+Blue) = 117+120+85=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 120 - color contains mainly: green. Hex color #757855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757855 is #8A87AA. Grayscale: #737373. Windows color (decimal): -9078699 or 5601397. OLE color: 5601397.

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

Color convert

RGB 117 120 85 -
CMYK 0.02 0 0.29 0.53
HSL 65.14º 0.17% 0.4% -
HSV(B) 65.14º 0.29% 0.47% -
XYZ 15.69 17.87 11.22 -
YUV 115.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 117 120 85 0.02 0 0.29 0.53 65.14 0.17 0.4
Hex 75 78 55 2 0 1D 35 41 11 28
Octal 165 170 125 2 0 35 65 101 21 50
Binary 1110101 1111000 1010101 10 0 11101 110101 1000001 10001 101000

Color Harmonies of #757855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757855

Black with #757855

Text Example


Text Example

White with #757855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757855; }

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

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

background-color css

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

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

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

border-color css

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

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

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