Html Css Color HEX #757764 Finch

📋 copy color: '#757764'

red 117 ◦ green 119 ◦ blue 100

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

Shades of Finch #757764

Tints of Finch #757764

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.42%

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

R = 34.82%
G = 35.42%
B = 29.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#757764 (or 0x757764) is known color: Finch. HEX triplet: 75, 77 and 64. RGB value is (117,119,100). Sum of RGB (Red+Green+Blue) = 117+119+100=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 119 (46.88% from 255 or 35.42% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 119 - color contains mainly: green. Hex color #757764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757764 is #8A889B. Grayscale: #747474. Windows color (decimal): -9078940 or 6584181. OLE color: 6584181.

HSL color Cylindrical-coordinate representation of color #757764: hue angle of 66.32º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757764 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 100 -
CMYK 0.02 0 0.16 0.53
HSL 66.32º 0.09% 0.43% -
HSV(B) 66.32º 0.16% 0.47% -
XYZ 16.23 17.9 14.66 -
YUV 116.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 117 119 100 0.02 0 0.16 0.53 66.32 0.09 0.43
Hex 75 77 64 2 0 10 35 42 9 2B
Octal 165 167 144 2 0 20 65 102 11 53
Binary 1110101 1110111 1100100 10 0 10000 110101 1000010 1001 101011

Color Harmonies of #757764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757764

Black with #757764

Text Example


Text Example

White with #757764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757764; }

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

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

background-color css

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

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

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

border-color css

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

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

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