Html Css Color HEX #757668 Finch

📋 copy color: '#757668'

red 117 ◦ green 118 ◦ blue 104

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

Shades of Finch #757668

Tints of Finch #757668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 34.51%
G = 34.81%
B = 30.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#757668 (or 0x757668) is known color: Finch. HEX triplet: 75, 76 and 68. RGB value is (117,118,104). Sum of RGB (Red+Green+Blue) = 117+118+104=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #757668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757668 is #8A8997. Grayscale: #747474. Windows color (decimal): -9079192 or 6846069. OLE color: 6846069.

HSL color Cylindrical-coordinate representation of color #757668: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757668 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 104 -
CMYK 0.01 0 0.12 0.54
HSL 64.29º 0.06% 0.44% -
HSV(B) 64.29º 0.12% 0.46% -
XYZ 16.31 17.74 15.66 -
YUV 116.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 117 118 104 0.01 0 0.12 0.54 64.29 0.06 0.44
Hex 75 76 68 1 0 C 36 40 6 2C
Octal 165 166 150 1 0 14 66 100 6 54
Binary 1110101 1110110 1101000 1 0 1100 110110 1000000 110 101100

Color Harmonies of #757668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757668

Black with #757668

Text Example


Text Example

White with #757668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757668; }

 p { color: rgb(117,118,104); }

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

background-color css

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

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

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

border-color css

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

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

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