Html Css Color HEX #767C63 Finch

📋 copy color: '#767C63'

red 118 ◦ green 124 ◦ blue 99

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

Shades of Finch #767C63

Tints of Finch #767C63

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

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

R = 34.6%
G = 36.36%
B = 29.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#767C63 (or 0x767C63) is known color: Finch. HEX triplet: 76, 7C and 63. RGB value is (118,124,99). Sum of RGB (Red+Green+Blue) = 118+124+99=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 124 - color contains mainly: green. Hex color #767C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C63 is #89839C. Grayscale: #777777. Windows color (decimal): -9012125 or 6519926. OLE color: 6519926.

HSL color Cylindrical-coordinate representation of color #767C63: hue angle of 74.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #767C63 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 99 -
CMYK 0.05 0 0.20 0.51
HSL 74.4º 0.11% 0.44% -
HSV(B) 74.4º 0.2% 0.49% -
XYZ 16.93 19.17 14.61 -
YUV 119.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 118 124 99 0.05 0 0.20 0.51 74.4 0.11 0.44
Hex 76 7C 63 5 0 14 33 4A B 2C
Octal 166 174 143 5 0 24 63 112 13 54
Binary 1110110 1111100 1100011 101 0 10100 110011 1001010 1011 101100

Color Harmonies of #767C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C63

Black with #767C63

Text Example


Text Example

White with #767C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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