Html Css Color HEX #767651 Finch

📋 copy color: '#767651'

red 118 ◦ green 118 ◦ blue 81

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

Shades of Finch #767651

Tints of Finch #767651

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 37.22%
G = 37.22%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#767651 (or 0x767651) is known color: Finch. HEX triplet: 76, 76 and 51. RGB value is (118,118,81). Sum of RGB (Red+Green+Blue) = 118+118+81=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767651 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767651 is #8989AE. Grayscale: #717171. Windows color (decimal): -9013679 or 5338742. OLE color: 5338742.

HSL color Cylindrical-coordinate representation of color #767651: hue angle of 60º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767651 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 118 81 -
CMYK 0 0 0.31 0.54
HSL 60º 0.19% 0.39% -
HSV(B) 60º 0.31% 0.46% -
XYZ 15.43 17.4 10.33 -
YUV 113.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 118 118 81 0 0 0.31 0.54 60 0.19 0.39
Hex 76 76 51 0 0 1F 36 3C 13 27
Octal 166 166 121 0 0 37 66 74 23 47
Binary 1110110 1110110 1010001 0 0 11111 110110 111100 10011 100111

Color Harmonies of #767651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767651

Black with #767651

Text Example


Text Example

White with #767651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767651; }

 p { color: rgb(118,118,81); }

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

background-color css

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

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

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

border-color css

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

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

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