Html Css Color HEX #747769 Finch

📋 copy color: '#747769'

red 116 ◦ green 119 ◦ blue 105

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

Shades of Finch #747769

Tints of Finch #747769

RGB

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

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

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

R = 34.12%
G = 35%
B = 30.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#747769 (or 0x747769) is known color: Finch. HEX triplet: 74, 77 and 69. RGB value is (116,119,105). Sum of RGB (Red+Green+Blue) = 116+119+105=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 119 - color contains mainly: green. Hex color #747769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747769 is #8B8896. Grayscale: #747474. Windows color (decimal): -9144471 or 6911860. OLE color: 6911860.

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

Color convert

RGB 116 119 105 -
CMYK 0.03 0 0.12 0.53
HSL 72.86º 0.06% 0.44% -
HSV(B) 72.86º 0.12% 0.47% -
XYZ 16.35 17.93 15.96 -
YUV 116.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 116 119 105 0.03 0 0.12 0.53 72.86 0.06 0.44
Hex 74 77 69 3 0 C 35 49 6 2C
Octal 164 167 151 3 0 14 65 111 6 54
Binary 1110100 1110111 1101001 11 0 1100 110101 1001001 110 101100

Color Harmonies of #747769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747769

Black with #747769

Text Example


Text Example

White with #747769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747769; }

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

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

background-color css

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

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

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

border-color css

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

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

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