Html Css Color HEX #767661 Finch

📋 copy color: '#767661'

red 118 ◦ green 118 ◦ blue 97

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

Shades of Finch #767661

Tints of Finch #767661

RGB

 RED value IS 118 (46.48% from 255) = 35.44%

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

 BLUE value IS 97 (38.28% from 255) = 29.13%

R = 35.44%
G = 35.44%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#767661 (or 0x767661) is known color: Finch. HEX triplet: 76, 76 and 61. RGB value is (118,118,97). Sum of RGB (Red+Green+Blue) = 118+118+97=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767661 is #89899E. Grayscale: #737373. Windows color (decimal): -9013663 or 6387318. OLE color: 6387318.

HSL color Cylindrical-coordinate representation of color #767661: hue angle of 60º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767661 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 97 -
CMYK 0 0 0.18 0.54
HSL 60º 0.1% 0.42% -
HSV(B) 60º 0.18% 0.46% -
XYZ 16.11 17.67 13.87 -
YUV 115.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 118 118 97 0 0 0.18 0.54 60 0.1 0.42
Hex 76 76 61 0 0 12 36 3C A 2A
Octal 166 166 141 0 0 22 66 74 12 52
Binary 1110110 1110110 1100001 0 0 10010 110110 111100 1010 101010

Color Harmonies of #767661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767661

Black with #767661

Text Example


Text Example

White with #767661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767661; }

 p { color: rgb(118,118,97); }

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

background-color css

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

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

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

border-color css

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

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

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