Html Css Color HEX #747865 Finch

📋 copy color: '#747865'

red 116 ◦ green 120 ◦ blue 101

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

Shades of Finch #747865

Tints of Finch #747865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

 BLUE value IS 101 (39.84% from 255) = 29.97%

R = 34.42%
G = 35.61%
B = 29.97%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#747865 (or 0x747865) is known color: Finch. HEX triplet: 74, 78 and 65. RGB value is (116,120,101). Sum of RGB (Red+Green+Blue) = 116+120+101=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #747865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747865 is #8B879A. Grayscale: #747474. Windows color (decimal): -9144219 or 6649972. OLE color: 6649972.

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

Color convert

RGB 116 120 101 -
CMYK 0.03 0 0.16 0.53
HSL 72.63º 0.09% 0.43% -
HSV(B) 72.63º 0.16% 0.47% -
XYZ 16.27 18.09 14.95 -
YUV 116.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 116 120 101 0.03 0 0.16 0.53 72.63 0.09 0.43
Hex 74 78 65 3 0 10 35 49 9 2B
Octal 164 170 145 3 0 20 65 111 11 53
Binary 1110100 1111000 1100101 11 0 10000 110101 1001001 1001 101011

Color Harmonies of #747865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747865

Black with #747865

Text Example


Text Example

White with #747865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747865; }

 p { color: rgb(116,120,101); }

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

background-color css

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

 a { background-color: rgb(116,120,101); }

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

border-color css

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

 span { border-color: rgb(116,120,101); }

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