Html Css Color HEX #757854 Finch

📋 copy color: '#757854'

red 117 ◦ green 120 ◦ blue 84

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

Shades of Finch #757854

Tints of Finch #757854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 36.45%
G = 37.38%
B = 26.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.3

 K value IS 0.53

RGB Variations

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

Color information

#757854 (or 0x757854) is known color: Finch. HEX triplet: 75, 78 and 54. RGB value is (117,120,84). Sum of RGB (Red+Green+Blue) = 117+120+84=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 120 - color contains mainly: green. Hex color #757854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757854 is #8A87AB. Grayscale: #737373. Windows color (decimal): -9078700 or 5535861. OLE color: 5535861.

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

Color convert

RGB 117 120 84 -
CMYK 0.02 0 0.3 0.53
HSL 65º 0.18% 0.4% -
HSV(B) 65º 0.3% 0.47% -
XYZ 15.65 17.85 11.01 -
YUV 115 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 117 120 84 0.02 0 0.3 0.53 65 0.18 0.4
Hex 75 78 54 2 0 1E 35 41 12 28
Octal 165 170 124 2 0 36 65 101 22 50
Binary 1110101 1111000 1010100 10 0 11110 110101 1000001 10010 101000

Color Harmonies of #757854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757854

Black with #757854

Text Example


Text Example

White with #757854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757854; }

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

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

background-color css

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

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

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

border-color css

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

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

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