Html Css Color HEX #747669 Finch

📋 copy color: '#747669'

red 116 ◦ green 118 ◦ blue 105

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

Shades of Finch #747669

Tints of Finch #747669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.97%

R = 34.22%
G = 34.81%
B = 30.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#747669 (or 0x747669) is known color: Finch. HEX triplet: 74, 76 and 69. RGB value is (116,118,105). Sum of RGB (Red+Green+Blue) = 116+118+105=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #747669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747669 is #8B8996. Grayscale: #737373. Windows color (decimal): -9144727 or 6911604. OLE color: 6911604.

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

Color convert

RGB 116 118 105 -
CMYK 0.02 0 0.11 0.54
HSL 69.23º 0.06% 0.44% -
HSV(B) 69.23º 0.11% 0.46% -
XYZ 16.23 17.69 15.92 -
YUV 115.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 116 118 105 0.02 0 0.11 0.54 69.23 0.06 0.44
Hex 74 76 69 2 0 B 36 45 6 2C
Octal 164 166 151 2 0 13 66 105 6 54
Binary 1110100 1110110 1101001 10 0 1011 110110 1000101 110 101100

Color Harmonies of #747669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747669

Black with #747669

Text Example


Text Example

White with #747669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747669; }

 p { color: rgb(116,118,105); }

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

background-color css

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

 a { background-color: rgb(116,118,105); }

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

border-color css

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

 span { border-color: rgb(116,118,105); }

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