Html Css Color HEX #767A66 Finch

📋 copy color: '#767A66'

red 118 ◦ green 122 ◦ blue 102

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

Shades of Finch #767A66

Tints of Finch #767A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.67%

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

R = 34.5%
G = 35.67%
B = 29.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#767A66 (or 0x767A66) is known color: Finch. HEX triplet: 76, 7A and 66. RGB value is (118,122,102). Sum of RGB (Red+Green+Blue) = 118+122+102=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 122 - color contains mainly: green. Hex color #767A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A66 is #898599. Grayscale: #767676. Windows color (decimal): -9012634 or 6716022. OLE color: 6716022.

HSL color Cylindrical-coordinate representation of color #767A66: hue angle of 72º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767A66 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 122 102 -
CMYK 0.03 0 0.16 0.52
HSL 72º 0.09% 0.44% -
HSV(B) 72º 0.16% 0.48% -
XYZ 16.83 18.73 15.3 -
YUV 118.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 118 122 102 0.03 0 0.16 0.52 72 0.09 0.44
Hex 76 7A 66 3 0 10 34 48 9 2C
Octal 166 172 146 3 0 20 64 110 11 54
Binary 1110110 1111010 1100110 11 0 10000 110100 1001000 1001 101100

Color Harmonies of #767A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A66

Black with #767A66

Text Example


Text Example

White with #767A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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