Html Css Color HEX #757A64 Finch

📋 copy color: '#757A64'

red 117 ◦ green 122 ◦ blue 100

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

Shades of Finch #757A64

Tints of Finch #757A64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 34.51%
G = 35.99%
B = 29.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#757A64 (or 0x757A64) is known color: Finch. HEX triplet: 75, 7A and 64. RGB value is (117,122,100). Sum of RGB (Red+Green+Blue) = 117+122+100=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #757A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757A64 is #8A859B. Grayscale: #767676. Windows color (decimal): -9078172 or 6584949. OLE color: 6584949.

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

Color convert

RGB 117 122 100 -
CMYK 0.04 0 0.18 0.52
HSL 73.64º 0.1% 0.44% -
HSV(B) 73.64º 0.18% 0.48% -
XYZ 16.6 18.62 14.78 -
YUV 118 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 117 122 100 0.04 0 0.18 0.52 73.64 0.1 0.44
Hex 75 7A 64 4 0 12 34 4A A 2C
Octal 165 172 144 4 0 22 64 112 12 54
Binary 1110101 1111010 1100100 100 0 10010 110100 1001010 1010 101100

Color Harmonies of #757A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A64

Black with #757A64

Text Example


Text Example

White with #757A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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