Html Css Color HEX #747965 Finch

📋 copy color: '#747965'

red 116 ◦ green 121 ◦ blue 101

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

Shades of Finch #747965

Tints of Finch #747965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 34.32%
G = 35.8%
B = 29.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#747965 (or 0x747965) is known color: Finch. HEX triplet: 74, 79 and 65. RGB value is (116,121,101). Sum of RGB (Red+Green+Blue) = 116+121+101=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 121 - color contains mainly: green. Hex color #747965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747965 is #8B869A. Grayscale: #757575. Windows color (decimal): -9143963 or 6650228. OLE color: 6650228.

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

Color convert

RGB 116 121 101 -
CMYK 0.04 0 0.17 0.53
HSL 75º 0.09% 0.44% -
HSV(B) 75º 0.17% 0.47% -
XYZ 16.39 18.33 14.99 -
YUV 117.23 118.84 127.13 -
System Red Green Blue C M Y K H S L
Decimal 116 121 101 0.04 0 0.17 0.53 75 0.09 0.44
Hex 74 79 65 4 0 11 35 4B 9 2C
Octal 164 171 145 4 0 21 65 113 11 54
Binary 1110100 1111001 1100101 100 0 10001 110101 1001011 1001 101100

Color Harmonies of #747965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747965

Black with #747965

Text Example


Text Example

White with #747965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747965; }

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

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

background-color css

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

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

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

border-color css

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

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

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