Html Css Color HEX #747763 Finch

📋 copy color: '#747763'

red 116 ◦ green 119 ◦ blue 99

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

Shades of Finch #747763

Tints of Finch #747763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.64%

R = 34.73%
G = 35.63%
B = 29.64%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#747763 (or 0x747763) is known color: Finch. HEX triplet: 74, 77 and 63. RGB value is (116,119,99). Sum of RGB (Red+Green+Blue) = 116+119+99=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 119 - color contains mainly: green. Hex color #747763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747763 is #8B889C. Grayscale: #737373. Windows color (decimal): -9144477 or 6518644. OLE color: 6518644.

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

Color convert

RGB 116 119 99 -
CMYK 0.03 0 0.17 0.53
HSL 69º 0.09% 0.43% -
HSV(B) 69º 0.17% 0.47% -
XYZ 16.05 17.81 14.4 -
YUV 115.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 116 119 99 0.03 0 0.17 0.53 69 0.09 0.43
Hex 74 77 63 3 0 11 35 45 9 2B
Octal 164 167 143 3 0 21 65 105 11 53
Binary 1110100 1110111 1100011 11 0 10001 110101 1000101 1001 101011

Color Harmonies of #747763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747763

Black with #747763

Text Example


Text Example

White with #747763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747763; }

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

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

background-color css

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

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

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

border-color css

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

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

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