Html Css Color HEX #758257 Finch

📋 copy color: '#758257'

red 117 ◦ green 130 ◦ blue 87

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

Shades of Finch #758257

Tints of Finch #758257

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.92%

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

R = 35.03%
G = 38.92%
B = 26.05%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#758257 (or 0x758257) is known color: Finch. HEX triplet: 75, 82 and 57. RGB value is (117,130,87). Sum of RGB (Red+Green+Blue) = 117+130+87=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 130 - color contains mainly: green. Hex color #758257 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758257 is #8A7DA8. Grayscale: #797979. Windows color (decimal): -9076137 or 5735029. OLE color: 5735029.

HSL color Cylindrical-coordinate representation of color #758257: hue angle of 78.14º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #758257 is Cyan = 0.1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 87 -
CMYK 0.1 0 0.33 0.49
HSL 78.14º 0.2% 0.43% -
HSV(B) 78.14º 0.33% 0.51% -
XYZ 17.04 20.44 12.06 -
YUV 121.21 108.69 125 -
System Red Green Blue C M Y K H S L
Decimal 117 130 87 0.1 0 0.33 0.49 78.14 0.2 0.43
Hex 75 82 57 A 0 21 31 4E 14 2B
Octal 165 202 127 12 0 41 61 116 24 53
Binary 1110101 10000010 1010111 1010 0 100001 110001 1001110 10100 101011

Color Harmonies of #758257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758257

Black with #758257

Text Example


Text Example

White with #758257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758257; }

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

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

background-color css

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

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

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

border-color css

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

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

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