Html Css Color HEX #757868 Finch

📋 copy color: '#757868'

red 117 ◦ green 120 ◦ blue 104

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

Shades of Finch #757868

Tints of Finch #757868

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 34.31%
G = 35.19%
B = 30.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#757868 (or 0x757868) is known color: Finch. HEX triplet: 75, 78 and 68. RGB value is (117,120,104). Sum of RGB (Red+Green+Blue) = 117+120+104=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #757868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757868 is #8A8797. Grayscale: #757575. Windows color (decimal): -9078680 or 6846581. OLE color: 6846581.

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

Color convert

RGB 117 120 104 -
CMYK 0.02 0 0.13 0.53
HSL 71.25º 0.07% 0.44% -
HSV(B) 71.25º 0.13% 0.47% -
XYZ 16.55 18.21 15.74 -
YUV 117.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 117 120 104 0.02 0 0.13 0.53 71.25 0.07 0.44
Hex 75 78 68 2 0 D 35 47 7 2C
Octal 165 170 150 2 0 15 65 107 7 54
Binary 1110101 1111000 1101000 10 0 1101 110101 1000111 111 101100

Color Harmonies of #757868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757868

Black with #757868

Text Example


Text Example

White with #757868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757868; }

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

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

background-color css

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

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

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

border-color css

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

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

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