Html Css Color HEX #757758 Finch

📋 copy color: '#757758'

red 117 ◦ green 119 ◦ blue 88

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

Shades of Finch #757758

Tints of Finch #757758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.16%

R = 36.11%
G = 36.73%
B = 27.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.53

RGB Variations

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

Color information

#757758 (or 0x757758) is known color: Finch. HEX triplet: 75, 77 and 58. RGB value is (117,119,88). Sum of RGB (Red+Green+Blue) = 117+119+88=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #757758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757758 is #8A88A7. Grayscale: #727272. Windows color (decimal): -9078952 or 5797749. OLE color: 5797749.

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

Color convert

RGB 117 119 88 -
CMYK 0.02 0 0.26 0.53
HSL 63.87º 0.15% 0.41% -
HSV(B) 63.87º 0.26% 0.47% -
XYZ 15.69 17.68 11.82 -
YUV 114.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 117 119 88 0.02 0 0.26 0.53 63.87 0.15 0.41
Hex 75 77 58 2 0 1A 35 40 F 29
Octal 165 167 130 2 0 32 65 100 17 51
Binary 1110101 1110111 1011000 10 0 11010 110101 1000000 1111 101001

Color Harmonies of #757758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757758

Black with #757758

Text Example


Text Example

White with #757758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757758; }

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

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

background-color css

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

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

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

border-color css

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

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

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