Html Css Color HEX #747666 Finch

📋 copy color: '#747666'

red 116 ◦ green 118 ◦ blue 102

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

Shades of Finch #747666

Tints of Finch #747666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 34.52%
G = 35.12%
B = 30.36%

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

#747666 (or 0x747666) is known color: Finch. HEX triplet: 74, 76 and 66. RGB value is (116,118,102). Sum of RGB (Red+Green+Blue) = 116+118+102=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #747666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747666 is #8B8999. Grayscale: #737373. Windows color (decimal): -9144730 or 6714996. OLE color: 6714996.

HSL color Cylindrical-coordinate representation of color #747666: hue angle of 67.5º degrees, saturation: 0.07, 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 #747666 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 102 -
CMYK 0.02 0 0.14 0.54
HSL 67.5º 0.07% 0.43% -
HSV(B) 67.5º 0.14% 0.46% -
XYZ 16.08 17.63 15.13 -
YUV 115.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 116 118 102 0.02 0 0.14 0.54 67.5 0.07 0.43
Hex 74 76 66 2 0 E 36 44 7 2B
Octal 164 166 146 2 0 16 66 104 7 53
Binary 1110100 1110110 1100110 10 0 1110 110110 1000100 111 101011

Color Harmonies of #747666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747666

Black with #747666

Text Example


Text Example

White with #747666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747666; }

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

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

background-color css

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

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

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

border-color css

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

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

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