Html Css Color HEX #757B4F Finch

📋 copy color: '#757B4F'

red 117 ◦ green 123 ◦ blue 79

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

Shades of Finch #757B4F

Tints of Finch #757B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.76%

R = 36.68%
G = 38.56%
B = 24.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.52

RGB Variations

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

Color information

#757B4F (or 0x757B4F) is known color: Finch. HEX triplet: 75, 7B and 4F. RGB value is (117,123,79). Sum of RGB (Red+Green+Blue) = 117+123+79=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #757B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B4F is #8A84B0. Grayscale: #747474. Windows color (decimal): -9077937 or 5208949. OLE color: 5208949.

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

Color convert

RGB 117 123 79 -
CMYK 0.05 0 0.36 0.52
HSL 68.18º 0.22% 0.4% -
HSV(B) 68.18º 0.36% 0.48% -
XYZ 15.83 18.51 10.14 -
YUV 116.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 117 123 79 0.05 0 0.36 0.52 68.18 0.22 0.4
Hex 75 7B 4F 5 0 24 34 44 16 28
Octal 165 173 117 5 0 44 64 104 26 50
Binary 1110101 1111011 1001111 101 0 100100 110100 1000100 10110 101000

Color Harmonies of #757B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B4F

Black with #757B4F

Text Example


Text Example

White with #757B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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