Html Css Color HEX #757768 Finch

📋 copy color: '#757768'

red 117 ◦ green 119 ◦ blue 104

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

Shades of Finch #757768

Tints of Finch #757768

RGB

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

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

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

R = 34.41%
G = 35%
B = 30.59%

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

#757768 (or 0x757768) is known color: Finch. HEX triplet: 75, 77 and 68. RGB value is (117,119,104). Sum of RGB (Red+Green+Blue) = 117+119+104=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #757768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757768 is #8A8897. Grayscale: #747474. Windows color (decimal): -9078936 or 6846325. OLE color: 6846325.

HSL color Cylindrical-coordinate representation of color #757768: hue angle of 68º 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 #757768 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 104 -
CMYK 0.02 0 0.13 0.53
HSL 68º 0.07% 0.44% -
HSV(B) 68º 0.13% 0.47% -
XYZ 16.43 17.98 15.7 -
YUV 116.69 120.84 128.22 -
System Red Green Blue C M Y K H S L
Decimal 117 119 104 0.02 0 0.13 0.53 68 0.07 0.44
Hex 75 77 68 2 0 D 35 44 7 2C
Octal 165 167 150 2 0 15 65 104 7 54
Binary 1110101 1110111 1101000 10 0 1101 110101 1000100 111 101100

Color Harmonies of #757768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757768

Black with #757768

Text Example


Text Example

White with #757768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757768; }

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

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

background-color css

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

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

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

border-color css

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

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

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