Html Css Color HEX #757565 Finch

📋 copy color: '#757565'

red 117 ◦ green 117 ◦ blue 101

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

Shades of Finch #757565

Tints of Finch #757565

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 101 (39.84% from 255) = 30.15%

R = 34.93%
G = 34.93%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#757565 (or 0x757565) is known color: Finch. HEX triplet: 75, 75 and 65. RGB value is (117,117,101). Sum of RGB (Red+Green+Blue) = 117+117+101=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757565 is #8A8A9A. Grayscale: #737373. Windows color (decimal): -9079451 or 6649205. OLE color: 6649205.

HSL color Cylindrical-coordinate representation of color #757565: hue angle of 60º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #757565 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 101 -
CMYK 0 0 0.14 0.54
HSL 60º 0.07% 0.43% -
HSV(B) 60º 0.14% 0.46% -
XYZ 16.05 17.44 14.83 -
YUV 115.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 117 117 101 0 0 0.14 0.54 60 0.07 0.43
Hex 75 75 65 0 0 E 36 3C 7 2B
Octal 165 165 145 0 0 16 66 74 7 53
Binary 1110101 1110101 1100101 0 0 1110 110110 111100 111 101011

Color Harmonies of #757565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757565

Black with #757565

Text Example


Text Example

White with #757565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757565; }

 p { color: rgb(117,117,101); }

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

background-color css

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

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

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

border-color css

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

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

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