Html Css Color HEX #757B59 Finch

📋 copy color: '#757B59'

red 117 ◦ green 123 ◦ blue 89

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

Shades of Finch #757B59

Tints of Finch #757B59

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

 BLUE value IS 89 (35.16% from 255) = 27.05%

R = 35.56%
G = 37.39%
B = 27.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#757B59 (or 0x757B59) is known color: Finch. HEX triplet: 75, 7B and 59. RGB value is (117,123,89). Sum of RGB (Red+Green+Blue) = 117+123+89=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #757B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B59 is #8A84A6. Grayscale: #757575. Windows color (decimal): -9077927 or 5864309. OLE color: 5864309.

HSL color Cylindrical-coordinate representation of color #757B59: hue angle of 70.59º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #757B59 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 123 89 -
CMYK 0.05 0 0.28 0.52
HSL 70.59º 0.16% 0.42% -
HSV(B) 70.59º 0.28% 0.48% -
XYZ 16.22 18.67 12.2 -
YUV 117.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 117 123 89 0.05 0 0.28 0.52 70.59 0.16 0.42
Hex 75 7B 59 5 0 1C 34 47 10 2A
Octal 165 173 131 5 0 34 64 107 20 52
Binary 1110101 1111011 1011001 101 0 11100 110100 1000111 10000 101010

Color Harmonies of #757B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B59

Black with #757B59

Text Example


Text Example

White with #757B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757B59; }

 p { color: rgb(117,123,89); }

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

background-color css

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

 a { background-color: rgb(117,123,89); }

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

border-color css

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

 span { border-color: rgb(117,123,89); }

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