Html Css Color HEX #757B5A Finch

📋 copy color: '#757B5A'

red 117 ◦ green 123 ◦ blue 90

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

Shades of Finch #757B5A

Tints of Finch #757B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 35.45%
G = 37.27%
B = 27.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#757B5A (or 0x757B5A) is known color: Finch. HEX triplet: 75, 7B and 5A. RGB value is (117,123,90). Sum of RGB (Red+Green+Blue) = 117+123+90=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #757B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757B5A is #8A84A5. Grayscale: #757575. Windows color (decimal): -9077926 or 5929845. OLE color: 5929845.

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

Color convert

RGB 117 123 90 -
CMYK 0.05 0 0.27 0.52
HSL 70.91º 0.15% 0.42% -
HSV(B) 70.91º 0.27% 0.48% -
XYZ 16.26 18.69 12.42 -
YUV 117.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 117 123 90 0.05 0 0.27 0.52 70.91 0.15 0.42
Hex 75 7B 5A 5 0 1B 34 47 F 2A
Octal 165 173 132 5 0 33 64 107 17 52
Binary 1110101 1111011 1011010 101 0 11011 110100 1000111 1111 101010

Color Harmonies of #757B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757B5A

Black with #757B5A

Text Example


Text Example

White with #757B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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