Html Css Color HEX #758457 Finch

📋 copy color: '#758457'

red 117 ◦ green 132 ◦ blue 87

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

Shades of Finch #758457

Tints of Finch #758457

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

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

R = 34.82%
G = 39.29%
B = 25.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#758457 (or 0x758457) is known color: Finch. HEX triplet: 75, 84 and 57. RGB value is (117,132,87). Sum of RGB (Red+Green+Blue) = 117+132+87=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #758457 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758457 is #8A7BA8. Grayscale: #7A7A7A. Windows color (decimal): -9075625 or 5735541. OLE color: 5735541.

HSL color Cylindrical-coordinate representation of color #758457: hue angle of 80º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #758457 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 132 87 -
CMYK 0.11 0 0.34 0.48
HSL 80º 0.21% 0.43% -
HSV(B) 80º 0.34% 0.52% -
XYZ 17.31 20.97 12.15 -
YUV 122.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 117 132 87 0.11 0 0.34 0.48 80 0.21 0.43
Hex 75 84 57 B 0 22 30 50 15 2B
Octal 165 204 127 13 0 42 60 120 25 53
Binary 1110101 10000100 1010111 1011 0 100010 110000 1010000 10101 101011

Color Harmonies of #758457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758457

Black with #758457

Text Example


Text Example

White with #758457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758457; }

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

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

background-color css

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

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

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

border-color css

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

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

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