Html Css Color HEX #757A57 Finch

📋 copy color: '#757A57'

red 117 ◦ green 122 ◦ blue 87

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

Shades of Finch #757A57

Tints of Finch #757A57

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 35.89%
G = 37.42%
B = 26.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#757A57 (or 0x757A57) is known color: Finch. HEX triplet: 75, 7A and 57. RGB value is (117,122,87). Sum of RGB (Red+Green+Blue) = 117+122+87=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 122 - color contains mainly: green. Hex color #757A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A57 is #8A85A8. Grayscale: #747474. Windows color (decimal): -9078185 or 5732981. OLE color: 5732981.

HSL color Cylindrical-coordinate representation of color #757A57: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #757A57 is Cyan = 0.04, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 122 87 -
CMYK 0.04 0 0.29 0.52
HSL 68.57º 0.17% 0.41% -
HSV(B) 68.57º 0.29% 0.48% -
XYZ 16.02 18.39 11.72 -
YUV 116.52 111.34 128.35 -
System Red Green Blue C M Y K H S L
Decimal 117 122 87 0.04 0 0.29 0.52 68.57 0.17 0.41
Hex 75 7A 57 4 0 1D 34 45 11 29
Octal 165 172 127 4 0 35 64 105 21 51
Binary 1110101 1111010 1010111 100 0 11101 110100 1000101 10001 101001

Color Harmonies of #757A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A57

Black with #757A57

Text Example


Text Example

White with #757A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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