Html Css Color HEX #767654 Finch

📋 copy color: '#767654'

red 118 ◦ green 118 ◦ blue 84

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

Shades of Finch #767654

Tints of Finch #767654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.25%

R = 36.88%
G = 36.88%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#767654 (or 0x767654) is known color: Finch. HEX triplet: 76, 76 and 54. RGB value is (118,118,84). Sum of RGB (Red+Green+Blue) = 118+118+84=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 118 - color contains mainly: red, green. Hex color #767654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767654 is #8989AB. Grayscale: #727272. Windows color (decimal): -9013676 or 5535350. OLE color: 5535350.

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

Color convert

RGB 118 118 84 -
CMYK 0 0 0.29 0.54
HSL 60º 0.17% 0.4% -
HSV(B) 60º 0.29% 0.46% -
XYZ 15.55 17.45 10.94 -
YUV 114.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 118 118 84 0 0 0.29 0.54 60 0.17 0.4
Hex 76 76 54 0 0 1D 36 3C 11 28
Octal 166 166 124 0 0 35 66 74 21 50
Binary 1110110 1110110 1010100 0 0 11101 110110 111100 10001 101000

Color Harmonies of #767654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767654

Black with #767654

Text Example


Text Example

White with #767654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767654; }

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

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

background-color css

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

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

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

border-color css

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

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

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