Html Css Color HEX #747665 Finch

📋 copy color: '#747665'

red 116 ◦ green 118 ◦ blue 101

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

Shades of Finch #747665

Tints of Finch #747665

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 34.63%
G = 35.22%
B = 30.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#747665 (or 0x747665) is known color: Finch. HEX triplet: 74, 76 and 65. RGB value is (116,118,101). Sum of RGB (Red+Green+Blue) = 116+118+101=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 118 - color contains mainly: green. Hex color #747665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747665 is #8B899A. Grayscale: #737373. Windows color (decimal): -9144731 or 6649460. OLE color: 6649460.

HSL color Cylindrical-coordinate representation of color #747665: hue angle of 67.06º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #747665 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 101 -
CMYK 0.02 0 0.14 0.54
HSL 67.06º 0.08% 0.43% -
HSV(B) 67.06º 0.14% 0.46% -
XYZ 16.03 17.61 14.87 -
YUV 115.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 116 118 101 0.02 0 0.14 0.54 67.06 0.08 0.43
Hex 74 76 65 2 0 E 36 43 8 2B
Octal 164 166 145 2 0 16 66 103 10 53
Binary 1110100 1110110 1100101 10 0 1110 110110 1000011 1000 101011

Color Harmonies of #747665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747665

Black with #747665

Text Example


Text Example

White with #747665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747665; }

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

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

background-color css

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

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

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

border-color css

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

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

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