Html Css Color HEX #767A63 Finch

📋 copy color: '#767A63'

red 118 ◦ green 122 ◦ blue 99

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

Shades of Finch #767A63

Tints of Finch #767A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 34.81%
G = 35.99%
B = 29.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#767A63 (or 0x767A63) is known color: Finch. HEX triplet: 76, 7A and 63. RGB value is (118,122,99). Sum of RGB (Red+Green+Blue) = 118+122+99=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 122 - color contains mainly: green. Hex color #767A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767A63 is #89859C. Grayscale: #767676. Windows color (decimal): -9012637 or 6519414. OLE color: 6519414.

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

Color convert

RGB 118 122 99 -
CMYK 0.03 0 0.19 0.52
HSL 70.43º 0.1% 0.43% -
HSV(B) 70.43º 0.19% 0.48% -
XYZ 16.68 18.67 14.53 -
YUV 118.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 118 122 99 0.03 0 0.19 0.52 70.43 0.1 0.43
Hex 76 7A 63 3 0 13 34 46 A 2B
Octal 166 172 143 3 0 23 64 106 12 53
Binary 1110110 1111010 1100011 11 0 10011 110100 1000110 1010 101011

Color Harmonies of #767A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767A63

Black with #767A63

Text Example


Text Example

White with #767A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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