Html Css Color HEX #747568 Finch

📋 copy color: '#747568'

red 116 ◦ green 117 ◦ blue 104

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

Shades of Finch #747568

Tints of Finch #747568

RGB

 RED value IS 116 (45.7% from 255) = 34.42%

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

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

R = 34.42%
G = 34.72%
B = 30.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#747568 (or 0x747568) is known color: Finch. HEX triplet: 74, 75 and 68. RGB value is (116,117,104). Sum of RGB (Red+Green+Blue) = 116+117+104=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #747568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747568 is #8B8A97. Grayscale: #737373. Windows color (decimal): -9144984 or 6845812. OLE color: 6845812.

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

Color convert

RGB 116 117 104 -
CMYK 0.01 0 0.11 0.54
HSL 64.62º 0.06% 0.43% -
HSV(B) 64.62º 0.11% 0.46% -
XYZ 16.06 17.44 15.62 -
YUV 115.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 116 117 104 0.01 0 0.11 0.54 64.62 0.06 0.43
Hex 74 75 68 1 0 B 36 41 6 2B
Octal 164 165 150 1 0 13 66 101 6 53
Binary 1110100 1110101 1101000 1 0 1011 110110 1000001 110 101011

Color Harmonies of #747568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747568

Black with #747568

Text Example


Text Example

White with #747568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747568; }

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

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

background-color css

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

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

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

border-color css

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

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

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