Html Css Color HEX #767C5C Finch

📋 copy color: '#767C5C'

red 118 ◦ green 124 ◦ blue 92

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

Shades of Finch #767C5C

Tints of Finch #767C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 35.33%
G = 37.13%
B = 27.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#767C5C (or 0x767C5C) is known color: Finch. HEX triplet: 76, 7C and 5C. RGB value is (118,124,92). Sum of RGB (Red+Green+Blue) = 118+124+92=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 124 - color contains mainly: green. Hex color #767C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C5C is #8983A3. Grayscale: #767676. Windows color (decimal): -9012132 or 6061174. OLE color: 6061174.

HSL color Cylindrical-coordinate representation of color #767C5C: hue angle of 71.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #767C5C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 124 92 -
CMYK 0.05 0 0.26 0.51
HSL 71.25º 0.15% 0.42% -
HSV(B) 71.25º 0.26% 0.49% -
XYZ 16.61 19.04 12.92 -
YUV 118.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 118 124 92 0.05 0 0.26 0.51 71.25 0.15 0.42
Hex 76 7C 5C 5 0 1A 33 47 F 2A
Octal 166 174 134 5 0 32 63 107 17 52
Binary 1110110 1111100 1011100 101 0 11010 110011 1000111 1111 101010

Color Harmonies of #767C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C5C

Black with #767C5C

Text Example


Text Example

White with #767C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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