Html Css Color HEX #747B63 Finch

📋 copy color: '#747B63'

red 116 ◦ green 123 ◦ blue 99

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

Shades of Finch #747B63

Tints of Finch #747B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.39%

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

R = 34.32%
G = 36.39%
B = 29.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#747B63 (or 0x747B63) is known color: Finch. HEX triplet: 74, 7B and 63. RGB value is (116,123,99). Sum of RGB (Red+Green+Blue) = 116+123+99=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 123 - color contains mainly: green. Hex color #747B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747B63 is #8B849C. Grayscale: #767676. Windows color (decimal): -9143453 or 6519668. OLE color: 6519668.

HSL color Cylindrical-coordinate representation of color #747B63: hue angle of 77.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #747B63 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 116 123 99 -
CMYK 0.06 0 0.20 0.52
HSL 77.5º 0.11% 0.44% -
HSV(B) 77.5º 0.2% 0.48% -
XYZ 16.54 18.78 14.56 -
YUV 118.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 116 123 99 0.06 0 0.20 0.52 77.5 0.11 0.44
Hex 74 7B 63 6 0 14 34 4E B 2C
Octal 164 173 143 6 0 24 64 116 13 54
Binary 1110100 1111011 1100011 110 0 10100 110100 1001110 1011 101100

Color Harmonies of #747B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747B63

Black with #747B63

Text Example


Text Example

White with #747B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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