Html Css Color HEX #757B64 Finch

📋 copy color: '#757B64'

red 117 ◦ green 123 ◦ blue 100

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

Shades of Finch #757B64

Tints of Finch #757B64

RGB

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

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

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

R = 34.41%
G = 36.18%
B = 29.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#757B64 (or 0x757B64) is known color: Finch. HEX triplet: 75, 7B and 64. RGB value is (117,123,100). Sum of RGB (Red+Green+Blue) = 117+123+100=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #757B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B64 is #8A849B. Grayscale: #767676. Windows color (decimal): -9077916 or 6585205. OLE color: 6585205.

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

Color convert

RGB 117 123 100 -
CMYK 0.05 0 0.19 0.52
HSL 75.65º 0.1% 0.44% -
HSV(B) 75.65º 0.19% 0.48% -
XYZ 16.72 18.87 14.82 -
YUV 118.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 117 123 100 0.05 0 0.19 0.52 75.65 0.1 0.44
Hex 75 7B 64 5 0 13 34 4C A 2C
Octal 165 173 144 5 0 23 64 114 12 54
Binary 1110101 1111011 1100100 101 0 10011 110100 1001100 1010 101100

Color Harmonies of #757B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B64

Black with #757B64

Text Example


Text Example

White with #757B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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