Html Css Color HEX #757753 Finch

📋 copy color: '#757753'

red 117 ◦ green 119 ◦ blue 83

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

Shades of Finch #757753

Tints of Finch #757753

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.3%

 BLUE value IS 83 (32.81% from 255) = 26.02%

R = 36.68%
G = 37.3%
B = 26.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#757753 (or 0x757753) is known color: Finch. HEX triplet: 75, 77 and 53. RGB value is (117,119,83). Sum of RGB (Red+Green+Blue) = 117+119+83=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 119 - color contains mainly: green. Hex color #757753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757753 is #8A88AC. Grayscale: #727272. Windows color (decimal): -9078957 or 5470069. OLE color: 5470069.

HSL color Cylindrical-coordinate representation of color #757753: hue angle of 63.33º 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 #757753 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 83 -
CMYK 0.02 0 0.30 0.53
HSL 63.33º 0.18% 0.4% -
HSV(B) 63.33º 0.3% 0.47% -
XYZ 15.49 17.6 10.76 -
YUV 114.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 117 119 83 0.02 0 0.30 0.53 63.33 0.18 0.4
Hex 75 77 53 2 0 1E 35 3F 12 28
Octal 165 167 123 2 0 36 65 77 22 50
Binary 1110101 1110111 1010011 10 0 11110 110101 111111 10010 101000

Color Harmonies of #757753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757753

Black with #757753

Text Example


Text Example

White with #757753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757753; }

 p { color: rgb(117,119,83); }

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

background-color css

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

 a { background-color: rgb(117,119,83); }

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

border-color css

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

 span { border-color: rgb(117,119,83); }

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