Html Css Color HEX #757750 Finch

📋 copy color: '#757750'

red 117 ◦ green 119 ◦ blue 80

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

Shades of Finch #757750

Tints of Finch #757750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.32%

R = 37.03%
G = 37.66%
B = 25.32%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#757750 (or 0x757750) is known color: Finch. HEX triplet: 75, 77 and 50. RGB value is (117,119,80). Sum of RGB (Red+Green+Blue) = 117+119+80=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 119 - color contains mainly: green. Hex color #757750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757750 is #8A88AF. Grayscale: #727272. Windows color (decimal): -9078960 or 5273461. OLE color: 5273461.

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

Color convert

RGB 117 119 80 -
CMYK 0.02 0 0.33 0.53
HSL 63.08º 0.2% 0.39% -
HSV(B) 63.08º 0.33% 0.47% -
XYZ 15.38 17.55 10.17 -
YUV 113.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 117 119 80 0.02 0 0.33 0.53 63.08 0.2 0.39
Hex 75 77 50 2 0 21 35 3F 14 27
Octal 165 167 120 2 0 41 65 77 24 47
Binary 1110101 1110111 1010000 10 0 100001 110101 111111 10100 100111

Color Harmonies of #757750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757750

Black with #757750

Text Example


Text Example

White with #757750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757750; }

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

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

background-color css

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

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

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

border-color css

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

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

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