Html Css Color HEX #767B63 Finch

📋 copy color: '#767B63'

red 118 ◦ green 123 ◦ blue 99

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

Shades of Finch #767B63

Tints of Finch #767B63

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.18%

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

R = 34.71%
G = 36.18%
B = 29.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#767B63 (or 0x767B63) is known color: Finch. HEX triplet: 76, 7B and 63. RGB value is (118,123,99). Sum of RGB (Red+Green+Blue) = 118+123+99=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 123 - color contains mainly: green. Hex color #767B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B63 is #89849C. Grayscale: #767676. Windows color (decimal): -9012381 or 6519670. OLE color: 6519670.

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

Color convert

RGB 118 123 99 -
CMYK 0.04 0 0.20 0.52
HSL 72.5º 0.11% 0.44% -
HSV(B) 72.5º 0.2% 0.48% -
XYZ 16.81 18.92 14.57 -
YUV 118.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 118 123 99 0.04 0 0.20 0.52 72.5 0.11 0.44
Hex 76 7B 63 4 0 14 34 48 B 2C
Octal 166 173 143 4 0 24 64 110 13 54
Binary 1110110 1111011 1100011 100 0 10100 110100 1001000 1011 101100

Color Harmonies of #767B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767B63

Black with #767B63

Text Example


Text Example

White with #767B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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