Html Css Color HEX #757852 Finch

📋 copy color: '#757852'

red 117 ◦ green 120 ◦ blue 82

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

Shades of Finch #757852

Tints of Finch #757852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 36.68%
G = 37.62%
B = 25.71%

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

#757852 (or 0x757852) is known color: Finch. HEX triplet: 75, 78 and 52. RGB value is (117,120,82). Sum of RGB (Red+Green+Blue) = 117+120+82=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 120 - color contains mainly: green. Hex color #757852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757852 is #8A87AD. Grayscale: #727272. Windows color (decimal): -9078702 or 5404789. OLE color: 5404789.

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

Color convert

RGB 117 120 82 -
CMYK 0.02 0 0.32 0.53
HSL 64.74º 0.19% 0.4% -
HSV(B) 64.74º 0.32% 0.47% -
XYZ 15.58 17.82 10.6 -
YUV 114.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 117 120 82 0.02 0 0.32 0.53 64.74 0.19 0.4
Hex 75 78 52 2 0 20 35 41 13 28
Octal 165 170 122 2 0 40 65 101 23 50
Binary 1110101 1111000 1010010 10 0 100000 110101 1000001 10011 101000

Color Harmonies of #757852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757852

Black with #757852

Text Example


Text Example

White with #757852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757852; }

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

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

background-color css

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

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

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

border-color css

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

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

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