Html Css Color HEX #757B5D Finch

📋 copy color: '#757B5D'

red 117 ◦ green 123 ◦ blue 93

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

Shades of Finch #757B5D

Tints of Finch #757B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.93%

R = 35.14%
G = 36.94%
B = 27.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#757B5D (or 0x757B5D) is known color: Finch. HEX triplet: 75, 7B and 5D. RGB value is (117,123,93). Sum of RGB (Red+Green+Blue) = 117+123+93=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 123 - color contains mainly: green. Hex color #757B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B5D is #8A84A2. Grayscale: #757575. Windows color (decimal): -9077923 or 6126453. OLE color: 6126453.

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

Color convert

RGB 117 123 93 -
CMYK 0.05 0 0.24 0.52
HSL 72º 0.14% 0.42% -
HSV(B) 72º 0.24% 0.48% -
XYZ 16.39 18.74 13.11 -
YUV 117.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 117 123 93 0.05 0 0.24 0.52 72 0.14 0.42
Hex 75 7B 5D 5 0 18 34 48 E 2A
Octal 165 173 135 5 0 30 64 110 16 52
Binary 1110101 1111011 1011101 101 0 11000 110100 1001000 1110 101010

Color Harmonies of #757B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B5D

Black with #757B5D

Text Example


Text Example

White with #757B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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