Html Css Color HEX #758057 Finch

📋 copy color: '#758057'

red 117 ◦ green 128 ◦ blue 87

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

Shades of Finch #758057

Tints of Finch #758057

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.55%

 BLUE value IS 87 (34.38% from 255) = 26.2%

R = 35.24%
G = 38.55%
B = 26.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#758057 (or 0x758057) is known color: Finch. HEX triplet: 75, 80 and 57. RGB value is (117,128,87). Sum of RGB (Red+Green+Blue) = 117+128+87=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #758057 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758057 is #8A7FA8. Grayscale: #787878. Windows color (decimal): -9076649 or 5734517. OLE color: 5734517.

HSL color Cylindrical-coordinate representation of color #758057: hue angle of 76.1º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758057 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 128 87 -
CMYK 0.09 0 0.32 0.50
HSL 76.1º 0.19% 0.42% -
HSV(B) 76.1º 0.32% 0.5% -
XYZ 16.78 19.91 11.98 -
YUV 120.04 109.36 125.83 -
System Red Green Blue C M Y K H S L
Decimal 117 128 87 0.09 0 0.32 0.50 76.1 0.19 0.42
Hex 75 80 57 9 0 20 32 4C 13 2A
Octal 165 200 127 11 0 40 62 114 23 52
Binary 1110101 10000000 1010111 1001 0 100000 110010 1001100 10011 101010

Color Harmonies of #758057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758057

Black with #758057

Text Example


Text Example

White with #758057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758057; }

 p { color: rgb(117,128,87); }

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

background-color css

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

 a { background-color: rgb(117,128,87); }

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

border-color css

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

 span { border-color: rgb(117,128,87); }

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